Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdorg.analogweb |
ArtifactId | ArtifactIdanalogweb-netty |
Version | Version0.10.1 |
Type | Typejar |
Filename | Size |
---|---|
analogweb-netty-0.10.1.pom | |
analogweb-netty-0.10.1.jar | 30 KB |
analogweb-netty-0.10.1-tests.jar | 5 KB |
analogweb-netty-0.10.1-sources.jar | 15 KB |
analogweb-netty-0.10.1-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.analogweb/analogweb-netty/ -->
<dependency>
<groupId>org.analogweb</groupId>
<artifactId>analogweb-netty</artifactId>
<version>0.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.analogweb/analogweb-netty/
implementation 'org.analogweb:analogweb-netty:0.10.1'
// https://jarcasting.com/artifacts/org.analogweb/analogweb-netty/
implementation ("org.analogweb:analogweb-netty:0.10.1")
'org.analogweb:analogweb-netty:jar:0.10.1'
<dependency org="org.analogweb" name="analogweb-netty" rev="0.10.1">
<artifact name="analogweb-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.analogweb', module='analogweb-netty', version='0.10.1')
)
libraryDependencies += "org.analogweb" % "analogweb-netty" % "0.10.1"
[org.analogweb/analogweb-netty "0.10.1"]