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