Categories |
CategoriesJava Languages Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.wavefront |
ArtifactId | ArtifactIdwavefront-jersey-sdk-java |
Version | Version0.9.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.wavefront/wavefront-jersey-sdk-java/ -->
<dependency>
<groupId>com.wavefront</groupId>
<artifactId>wavefront-jersey-sdk-java</artifactId>
<version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.wavefront/wavefront-jersey-sdk-java/
implementation 'com.wavefront:wavefront-jersey-sdk-java:0.9.6'
// https://jarcasting.com/artifacts/com.wavefront/wavefront-jersey-sdk-java/
implementation ("com.wavefront:wavefront-jersey-sdk-java:0.9.6")
'com.wavefront:wavefront-jersey-sdk-java:jar:0.9.6'
<dependency org="com.wavefront" name="wavefront-jersey-sdk-java" rev="0.9.6">
<artifact name="wavefront-jersey-sdk-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wavefront', module='wavefront-jersey-sdk-java', version='0.9.6')
)
libraryDependencies += "com.wavefront" % "wavefront-jersey-sdk-java" % "0.9.6"
[com.wavefront/wavefront-jersey-sdk-java "0.9.6"]