| Categories |
CategoriesAkka Container Microservices Reactive libraries |
|---|---|
| GroupId | GroupIdcom.newmotion |
| ArtifactId | ArtifactIdakka-statsd_2.12 |
| Version | Version2.1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| akka-statsd_2.12-2.1.3.pom | |
| akka-statsd_2.12-2.1.3.jar | 361 bytes |
| akka-statsd_2.12-2.1.3-sources.jar | 306 bytes |
| akka-statsd_2.12-2.1.3-javadoc.jar | 261 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.newmotion/akka-statsd_2.12/
implementation 'com.newmotion:akka-statsd_2.12:2.1.3'
// https://jarcasting.com/artifacts/com.newmotion/akka-statsd_2.12/
implementation ("com.newmotion:akka-statsd_2.12:2.1.3")
'com.newmotion:akka-statsd_2.12:jar:2.1.3'
<dependency org="com.newmotion" name="akka-statsd_2.12" rev="2.1.3">
<artifact name="akka-statsd_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.newmotion', module='akka-statsd_2.12', version='2.1.3')
)
libraryDependencies += "com.newmotion" % "akka-statsd_2.12" % "2.1.3"
[com.newmotion/akka-statsd_2.12 "2.1.3"]