Categories |
CategoriesAuto Application Layer Libs Code Generators Configuration config |
---|---|
GroupId | GroupIdcom.github.cristianoperez |
ArtifactId | ArtifactIdstatsd-autoconfiguration |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.cristianoperez/statsd-autoconfiguration/ -->
<dependency>
<groupId>com.github.cristianoperez</groupId>
<artifactId>statsd-autoconfiguration</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cristianoperez/statsd-autoconfiguration/
implementation 'com.github.cristianoperez:statsd-autoconfiguration:1.0.0'
// https://jarcasting.com/artifacts/com.github.cristianoperez/statsd-autoconfiguration/
implementation ("com.github.cristianoperez:statsd-autoconfiguration:1.0.0")
'com.github.cristianoperez:statsd-autoconfiguration:jar:1.0.0'
<dependency org="com.github.cristianoperez" name="statsd-autoconfiguration" rev="1.0.0">
<artifact name="statsd-autoconfiguration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cristianoperez', module='statsd-autoconfiguration', version='1.0.0')
)
libraryDependencies += "com.github.cristianoperez" % "statsd-autoconfiguration" % "1.0.0"
[com.github.cristianoperez/statsd-autoconfiguration "1.0.0"]