License |
License |
---|---|
GroupId | GroupIdcom.google.code.jgntp |
ArtifactId | ArtifactIdjgntp |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJGNTP
Java implementation of the Growl Network Transport Protocol
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jgntp-1.2.1.pom | |
jgntp-1.2.1.jar | 85 KB |
jgntp-1.2.1-sources.jar | 50 KB |
jgntp-1.2.1-javadoc.jar | 287 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.jgntp/jgntp/ -->
<dependency>
<groupId>com.google.code.jgntp</groupId>
<artifactId>jgntp</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.jgntp/jgntp/
implementation 'com.google.code.jgntp:jgntp:1.2.1'
// https://jarcasting.com/artifacts/com.google.code.jgntp/jgntp/
implementation ("com.google.code.jgntp:jgntp:1.2.1")
'com.google.code.jgntp:jgntp:jar:1.2.1'
<dependency org="com.google.code.jgntp" name="jgntp" rev="1.2.1">
<artifact name="jgntp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.jgntp', module='jgntp', version='1.2.1')
)
libraryDependencies += "com.google.code.jgntp" % "jgntp" % "1.2.1"
[com.google.code.jgntp/jgntp "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.5.6 |
com.google.guava : guava | jar | r06 |
org.jboss.netty : netty | jar | 3.2.1.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |