GroupId | GroupIdcom.wavefront |
---|---|
ArtifactId | ArtifactIdwavefront |
Version | Version7.2 |
Type | Typepom |
Filename | Size |
---|---|
wavefront-7.2.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wavefront/wavefront/ -->
<dependency>
<groupId>com.wavefront</groupId>
<artifactId>wavefront</artifactId>
<version>7.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.wavefront/wavefront/
implementation 'com.wavefront:wavefront:7.2'
// https://jarcasting.com/artifacts/com.wavefront/wavefront/
implementation ("com.wavefront:wavefront:7.2")
'com.wavefront:wavefront:pom:7.2'
<dependency org="com.wavefront" name="wavefront" rev="7.2">
<artifact name="wavefront" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.wavefront', module='wavefront', version='7.2')
)
libraryDependencies += "com.wavefront" % "wavefront" % "7.2"
[com.wavefront/wavefront "7.2"]