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