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