Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.flozano.statsd-netty |
ArtifactId | ArtifactIdstatsd-netty |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
statsd-netty-0.1.1.pom | |
statsd-netty-0.1.1.jar | 36 KB |
statsd-netty-0.1.1-sources.jar | 15 KB |
statsd-netty-0.1.1-javadoc.jar | 100 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.flozano.statsd-netty/statsd-netty/
implementation 'com.flozano.statsd-netty:statsd-netty:0.1.1'
// https://jarcasting.com/artifacts/com.flozano.statsd-netty/statsd-netty/
implementation ("com.flozano.statsd-netty:statsd-netty:0.1.1")
'com.flozano.statsd-netty:statsd-netty:jar:0.1.1'
<dependency org="com.flozano.statsd-netty" name="statsd-netty" rev="0.1.1">
<artifact name="statsd-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.flozano.statsd-netty', module='statsd-netty', version='0.1.1')
)
libraryDependencies += "com.flozano.statsd-netty" % "statsd-netty" % "0.1.1"
[com.flozano.statsd-netty/statsd-netty "0.1.1"]