| Categories |
CategoriesAkka Container Microservices Reactive libraries |
|---|---|
| GroupId | GroupIdcom.newmotion |
| ArtifactId | ArtifactIdakka-statsd_2.12 |
| Version | Version2.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| akka-statsd_2.12-2.1.0.pom | |
| akka-statsd_2.12-2.1.0.jar | 304 bytes |
| akka-statsd_2.12-2.1.0-sources.jar | 248 bytes |
| akka-statsd_2.12-2.1.0-javadoc.jar | 189 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.newmotion/akka-statsd_2.12/ -->
<dependency>
<groupId>com.newmotion</groupId>
<artifactId>akka-statsd_2.12</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.newmotion/akka-statsd_2.12/
implementation 'com.newmotion:akka-statsd_2.12:2.1.0'
// https://jarcasting.com/artifacts/com.newmotion/akka-statsd_2.12/
implementation ("com.newmotion:akka-statsd_2.12:2.1.0")
'com.newmotion:akka-statsd_2.12:jar:2.1.0'
<dependency org="com.newmotion" name="akka-statsd_2.12" rev="2.1.0">
<artifact name="akka-statsd_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.newmotion', module='akka-statsd_2.12', version='2.1.0')
)
libraryDependencies += "com.newmotion" % "akka-statsd_2.12" % "2.1.0"
[com.newmotion/akka-statsd_2.12 "2.1.0"]