Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.github.jcustenborder.netty |
ArtifactId | ArtifactIdnetty-codec-netflow |
Version | Version0.0.1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.jcustenborder.netty/netty-codec-netflow/ -->
<dependency>
<groupId>com.github.jcustenborder.netty</groupId>
<artifactId>netty-codec-netflow</artifactId>
<version>0.0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jcustenborder.netty/netty-codec-netflow/
implementation 'com.github.jcustenborder.netty:netty-codec-netflow:0.0.1.3'
// https://jarcasting.com/artifacts/com.github.jcustenborder.netty/netty-codec-netflow/
implementation ("com.github.jcustenborder.netty:netty-codec-netflow:0.0.1.3")
'com.github.jcustenborder.netty:netty-codec-netflow:jar:0.0.1.3'
<dependency org="com.github.jcustenborder.netty" name="netty-codec-netflow" rev="0.0.1.3">
<artifact name="netty-codec-netflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jcustenborder.netty', module='netty-codec-netflow', version='0.0.1.3')
)
libraryDependencies += "com.github.jcustenborder.netty" % "netty-codec-netflow" % "0.0.1.3"
[com.github.jcustenborder.netty/netty-codec-netflow "0.0.1.3"]