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