License |
License |
---|---|
GroupId | GroupIdcom.circonus |
ArtifactId | ArtifactIdexample-app |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionDropwizard Circonus Reporter Example
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
example-app-1.0.0.pom | |
example-app-1.0.0.jar | 3 KB |
example-app-1.0.0-sources.jar | 1 KB |
example-app-1.0.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.circonus/example-app/ -->
<dependency>
<groupId>com.circonus</groupId>
<artifactId>example-app</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.circonus/example-app/
implementation 'com.circonus:example-app:1.0.0'
// https://jarcasting.com/artifacts/com.circonus/example-app/
implementation ("com.circonus:example-app:1.0.0")
'com.circonus:example-app:jar:1.0.0'
<dependency org="com.circonus" name="example-app" rev="1.0.0">
<artifact name="example-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.circonus', module='example-app', version='1.0.0')
)
libraryDependencies += "com.circonus" % "example-app" % "1.0.0"
[com.circonus/example-app "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.circonus : metrics-circonus | jar | 1.0.0 |
com.circonus : dropwizard-metrics-circonus | jar | 1.0.0 |
io.dropwizard : dropwizard-metrics | jar | 0.9.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.easytesting : fest-assert-core | jar | 2.0M10 |