Download (PrintTalkJ)
- Stefan Meissner
Stable Builds
Stable versions are the offical releases of an application. New stable versions usually are being published rarely and without the latest features. You can take this if you are only interest in the fundamental core functionality of an application.
 | File | Modified |
---|---|---|
Java Archive PrintTalkJ-2.1.5.90-javadoc.jar |
Nov 22, 2015 by R2 D2 | |
Java Archive PrintTalkJ-2.1.5.90-sources.jar |
Nov 22, 2015 by R2 D2 | |
Java Archive PrintTalkJ-2.1.5.90.jar |
Nov 22, 2015 by R2 D2 |
Â
<dependency> <groupId>org.cip4.lib.ptk</groupId> <artifactId>PrintTalkJ</artifactId> <version>[version]</version> </dependency>
Â
Â
Continuous Builds
Continuous builds are triggered automatically whenever an code update has been done. So, this version always contains the very latest features but may be unstable in some specific circumstances.
 | File | Modified |
---|---|---|
Java Archive PrintTalkJ-2.1.5.91-SNAPSHOT-sources.jar |
Sept 19, 2017 by R2 D2 | |
Java Archive PrintTalkJ-2.1.5.91-SNAPSHOT-javadoc.jar |
Sept 19, 2017 by R2 D2 | |
Java Archive PrintTalkJ-2.1.5.91-SNAPSHOT.jar |
Sept 19, 2017 by R2 D2 | |
Java Archive PrintTalkJ-2.1.6.3-SNAPSHOT.jar |
Aug 16, 2019 by R2 D2 | |
Java Archive PrintTalkJ-2.1.6.3-SNAPSHOT-javadoc.jar |
Aug 16, 2019 by R2 D2 | |
Java Archive PrintTalkJ-2.1.6.3-SNAPSHOT-sources.jar |
Aug 16, 2019 by R2 D2 |
Â
<repositories> <repository> <id>sonatype-nexus-snapshots</id> <name>Sonatype Nexus Snapshots</name> <url>https://oss.sonatype.org/content/repositories/snapshots</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository> </repositories> <dependency> <groupId>org.cip4.lib.ptk</groupId> <artifactId>PrintTalkJ</artifactId> <version>[version]-SNAPSHOT</version> </dependency>
Â