Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
almondtools committed Jun 13, 2024
1 parent 46a2506 commit c7205b0
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 61 deletions.
24 changes: 12 additions & 12 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,34 +33,34 @@ <h1>Get Testrecorder</h1>
</section>
<section>
<h2>Download</h2>
<ul> <li><a href="http://search.maven.org/remotecontent?filepath=net/amygdalum/testrecorder-annotations/0.10.3/testrecorder-annotations-0.10.3.jar">testrecorder-annotations-0.10.3.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=net/amygdalum/testrecorder-annotations/0.10.3/testrecorder-annotations-0.10.3-javadoc.jar">testrecorder-annotations-0.10.3-javadoc.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=net/amygdalum/testrecorder-annotations/0.10.3/testrecorder-annotations-0.10.3-sources.jar">testrecorder-annotations-0.10.3-sources.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=net/amygdalum/testrecorder-agent/0.10.3/testrecorder-agent-0.10.3-agent.jar">testrecorder-agent-0.10.3-agent.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=net/amygdalum/testrecorder-agent/0.10.3/testrecorder-agent-0.10.3-javadoc.jar">testrecorder-agent-0.10.3-javadoc.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=net/amygdalum/testrecorder-agent/0.10.3/testrecorder-agent-0.10.3-sources.jar">testrecorder-agent-0.10.3-sources.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=net/amygdalum/testrecorder-runtime/0.10.3/testrecorder-runtime-0.10.3.jar">testrecorder-runtime-0.10.3.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=net/amygdalum/testrecorder-runtime/0.10.3/testrecorder-runtime-0.10.3-javadoc.jar">testrecorder-runtime-0.10.3-javadoc.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=net/amygdalum/testrecorder-runtime/0.10.3/testrecorder-runtime-0.10.3-sources.jar">testrecorder-runtime-0.10.3-sources.jar</a></li></ul>
<ul> <li><a href="http://search.maven.org/remotecontent?filepath=net/amygdalum/testrecorder-annotations/0.10.5/testrecorder-annotations-0.10.5.jar">testrecorder-annotations-0.10.5.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=net/amygdalum/testrecorder-annotations/0.10.5/testrecorder-annotations-0.10.5-javadoc.jar">testrecorder-annotations-0.10.5-javadoc.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=net/amygdalum/testrecorder-annotations/0.10.5/testrecorder-annotations-0.10.5-sources.jar">testrecorder-annotations-0.10.5-sources.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=net/amygdalum/testrecorder-agent/0.10.5/testrecorder-agent-0.10.5-agent.jar">testrecorder-agent-0.10.5-agent.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=net/amygdalum/testrecorder-agent/0.10.5/testrecorder-agent-0.10.5-javadoc.jar">testrecorder-agent-0.10.5-javadoc.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=net/amygdalum/testrecorder-agent/0.10.5/testrecorder-agent-0.10.5-sources.jar">testrecorder-agent-0.10.5-sources.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=net/amygdalum/testrecorder-runtime/0.10.5/testrecorder-runtime-0.10.5.jar">testrecorder-runtime-0.10.5.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=net/amygdalum/testrecorder-runtime/0.10.5/testrecorder-runtime-0.10.5-javadoc.jar">testrecorder-runtime-0.10.5-javadoc.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=net/amygdalum/testrecorder-runtime/0.10.5/testrecorder-runtime-0.10.5-sources.jar">testrecorder-runtime-0.10.5-sources.jar</a></li></ul>
</section>
<section>
<h2>Maven Dependency (Annotations)</h2>
<div><pre><code class="xml">&lt;dependency&gt;
&lt;groupId&gt;net.amygdalum&lt;/groupId&gt;
&lt;artifactId&gt;testrecorder-annotations&lt;/artifactId&gt;
&lt;version&gt;0.10.3&lt;/version&gt;
&lt;version&gt;0.10.5&lt;/version&gt;
&lt;/dependency&gt;</code></pre></div>
<h2>Maven Dependency (Agent)</h2>
<div><pre><code class="xml">&lt;dependency&gt;
&lt;groupId&gt;net.amygdalum&lt;/groupId&gt;
&lt;artifactId&gt;testrecorder-agent&lt;/artifactId&gt;
&lt;version&gt;0.10.3&lt;/version&gt;
&lt;version&gt;0.10.5&lt;/version&gt;
&lt;/dependency&gt;</code></pre></div>
<h2>Maven Dependency (Runtime)</h2>
<div><pre><code class="xml">&lt;dependency&gt;
&lt;groupId&gt;net.amygdalum&lt;/groupId&gt;
&lt;artifactId&gt;testrecorder-runtime&lt;/artifactId&gt;
&lt;version&gt;0.10.3&lt;/version&gt;
&lt;version&gt;0.10.5&lt;/version&gt;
&lt;/dependency&gt;</code></pre></div>
</section></div>
</main>
Expand Down
3 changes: 0 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,6 @@ <h3>4. Interact with the program and check results</h3>
<li><a href="https://www.xpdays.de/2017/sessions/124-record-refactor-replay-characterization-tests-einfach-aufnehmen.html">Record - Refactor - Replay (XP-Days)</a></li>
<li><a href="https://entwicklertag.de/karlsruhe/2018/testgenerierung-java-ein">Testgenerierung in Java - ein Überblick (ET Karlsruhe)</a></li>
<li><a href="https://www.xpdays.de/2018/sessions/170-testgenerierung-in-java-ein-ueberblick.html">Testgenerierung in Java - ein Überblick (XP-Days)</a></li>
</ul>
<h5>Preview</h5>
<ul>
<li><a href="https://www.code-days.de/programm/programm-details/409/just-in-time-patching-java-applications/">Just-In-Time Patching Java Applications (Code-Days Munich</a></li>
<li><a href="https://entwicklertag.de/frankfurt/2020/just-time-patching-java-applications">Just-In-Time Patching Java Applications (ET Frankfurt)</a></li>
</ul>
Expand Down
Loading

0 comments on commit c7205b0

Please sign in to comment.