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