You can download jMythAPI at sourceforge.net.
| Version | Download Link | File Size |
|---|---|---|
| jMythAPI V1.0 | [download] | (481.5 kB) |
| jMythAPI V1.0.1 | [download] | (508.5 kB) |
| jMythAPI V1.0.2 | [download] | (508.6 kB) |
| jMythAPI V1.0.3 | [download] | (554KkB) |
The jMythAPI SVN repository is hosted by SourceForge.net.
Checkout source code:
To check out the source code from SVN, you can use the following command:
svn co https://jmythapi.svn.sourceforge.net/svnroot/jmythapi jmythapi
Browse through source code:
To browse through the source code using a web browser, you can use the following link:
Browse Subversion Repository
Insert the following into your pom.xml.
<repositories>
<repository>
<id>jmythapi-repository</id>
<url>http://jmythapi.sourceforge.net/maven/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.jmythapi</groupId>
<artifactId>jmythapi</artifactId>
<version>1.0.3</version>
</dependency>
</dependencies>