Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.flozano.statsd-netty |
ArtifactId | ArtifactIdstatsd-netty |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
statsd-netty-0.1.3.pom | |
statsd-netty-0.1.3.jar | 46 KB |
statsd-netty-0.1.3-sources.jar | 19 KB |
statsd-netty-0.1.3-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.flozano.statsd-netty/statsd-netty/ -->
<dependency>
<groupId>com.flozano.statsd-netty</groupId>
<artifactId>statsd-netty</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.flozano.statsd-netty/statsd-netty/
implementation 'com.flozano.statsd-netty:statsd-netty:0.1.3'
// https://jarcasting.com/artifacts/com.flozano.statsd-netty/statsd-netty/
implementation ("com.flozano.statsd-netty:statsd-netty:0.1.3")
'com.flozano.statsd-netty:statsd-netty:jar:0.1.3'
<dependency org="com.flozano.statsd-netty" name="statsd-netty" rev="0.1.3">
<artifact name="statsd-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.flozano.statsd-netty', module='statsd-netty', version='0.1.3')
)
libraryDependencies += "com.flozano.statsd-netty" % "statsd-netty" % "0.1.3"
[com.flozano.statsd-netty/statsd-netty "0.1.3"]