| GroupId | GroupIdcom.yammer.telemetry |
|---|---|
| ArtifactId | ArtifactIdtelemetry-example |
| Version | Version0.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| telemetry-example-0.0.1.pom | |
| telemetry-example-0.0.1.jar | 18 MB |
| telemetry-example-0.0.1-sources.jar | 6 KB |
| telemetry-example-0.0.1-javadoc.jar | 87 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yammer.telemetry/telemetry-example/ -->
<dependency>
<groupId>com.yammer.telemetry</groupId>
<artifactId>telemetry-example</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.yammer.telemetry/telemetry-example/
implementation 'com.yammer.telemetry:telemetry-example:0.0.1'
// https://jarcasting.com/artifacts/com.yammer.telemetry/telemetry-example/
implementation ("com.yammer.telemetry:telemetry-example:0.0.1")
'com.yammer.telemetry:telemetry-example:jar:0.0.1'
<dependency org="com.yammer.telemetry" name="telemetry-example" rev="0.0.1">
<artifact name="telemetry-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yammer.telemetry', module='telemetry-example', version='0.0.1')
)
libraryDependencies += "com.yammer.telemetry" % "telemetry-example" % "0.0.1"
[com.yammer.telemetry/telemetry-example "0.0.1"]