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