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