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