|
Project Information
Members
Links
|
Uncategorized code I've created. Mostly Java, but also Groovy, Bash, Maven POMs, XSLT, and other. JawaBot movedJawaBot finally moved to http://code.google.com/p/jawabot/ . Mavenized:
<project>
<!-- Dependencies -->
<dependencies>
<dependency>
<groupId>cz.dynawest.third.pircbot</groupId>
<artifactId>PircBot</artifactId>
<version>1.5.0</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>ondrazizka</id>
<url>http://ondrazizka.googlecode.com/svn/maven</url>
</repository>
</repositories>
</project>
|