GroupId | GroupIdcom.wavefront |
---|---|
ArtifactId | ArtifactIdproxy-test |
Version | Version11.6 |
Type | Typejar |
Filename | Size |
---|---|
proxy-test-11.6.pom | |
proxy-test-11.6.jar | 716 KB |
proxy-test-11.6-spring-boot.jar | 49 MB |
proxy-test-11.6-sources.jar | 360 KB |
proxy-test-11.6-javadoc.jar | 716 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wavefront/proxy-test/ -->
<dependency>
<groupId>com.wavefront</groupId>
<artifactId>proxy-test</artifactId>
<version>11.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.wavefront/proxy-test/
implementation 'com.wavefront:proxy-test:11.6'
// https://jarcasting.com/artifacts/com.wavefront/proxy-test/
implementation ("com.wavefront:proxy-test:11.6")
'com.wavefront:proxy-test:jar:11.6'
<dependency org="com.wavefront" name="proxy-test" rev="11.6">
<artifact name="proxy-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wavefront', module='proxy-test', version='11.6')
)
libraryDependencies += "com.wavefront" % "proxy-test" % "11.6"
[com.wavefront/proxy-test "11.6"]