Download jgntp-1.2.1.jar file - Jar j

Jar examples for j:jgntp

Description

Java implementation of the Growl Network Transport Protocol

You can download jar file jgntp 1.2.1 in this page.

License

Apache 2

Build File

You can use the following script to add jgntp-1.2.1.jar to your project.

<dependency>
   <groupId>com.google.code.jgntp</groupId>
   <artifactId>jgntp</artifactId>
   <version>1.2.1</version>
</dependency>
compile group: 'com.google.code.jgntp', name: 'jgntp', version: '1.2.1'
libraryDependencies += "com.google.code.jgntp" % "jgntp" % "1.2.1"
<dependency org="com.google.code.jgntp" name="jgntp" rev="1.2.1"/>
@Grapes(@Grab(group='com.google.code.jgntp', module='jgntp', version='1.2.1'))
'com.google.code.jgntp:jgntp:jar:1.2.1'

Download

Click the following link to download the jar file.

jgntp-1.2.1-javadoc.jar
jgntp-1.2.1-sources.jar
jgntp-1.2.1.jar
jgntp-1.2.1.pom



Related Tutorials