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