Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.github.jcustenborder.netty |
ArtifactId | ArtifactIdnetty-codec-wits |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
netty-codec-wits-0.1.1.pom | |
netty-codec-wits-0.1.1.jar | 597 KB |
netty-codec-wits-0.1.1-sources.jar | 421 KB |
netty-codec-wits-0.1.1-javadoc.jar | 925 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jcustenborder.netty/netty-codec-wits/ -->
<dependency>
<groupId>com.github.jcustenborder.netty</groupId>
<artifactId>netty-codec-wits</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jcustenborder.netty/netty-codec-wits/
implementation 'com.github.jcustenborder.netty:netty-codec-wits:0.1.1'
// https://jarcasting.com/artifacts/com.github.jcustenborder.netty/netty-codec-wits/
implementation ("com.github.jcustenborder.netty:netty-codec-wits:0.1.1")
'com.github.jcustenborder.netty:netty-codec-wits:jar:0.1.1'
<dependency org="com.github.jcustenborder.netty" name="netty-codec-wits" rev="0.1.1">
<artifact name="netty-codec-wits" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jcustenborder.netty', module='netty-codec-wits', version='0.1.1')
)
libraryDependencies += "com.github.jcustenborder.netty" % "netty-codec-wits" % "0.1.1"
[com.github.jcustenborder.netty/netty-codec-wits "0.1.1"]