Categories |
CategoriesJBoss Container Application Servers Net Netty Networking |
---|---|
GroupId | GroupIdorg.kie.modules |
ArtifactId | ArtifactIdorg-jboss-netty |
Version | Version6.5.0.Beta1 |
Type | Typejar |
Filename | Size |
---|---|
org-jboss-netty-6.5.0.Beta1.pom | 957 bytes |
org-jboss-netty-6.5.0.Beta1-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kie.modules/org-jboss-netty/ -->
<dependency>
<groupId>org.kie.modules</groupId>
<artifactId>org-jboss-netty</artifactId>
<version>6.5.0.Beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.modules/org-jboss-netty/
implementation 'org.kie.modules:org-jboss-netty:6.5.0.Beta1'
// https://jarcasting.com/artifacts/org.kie.modules/org-jboss-netty/
implementation ("org.kie.modules:org-jboss-netty:6.5.0.Beta1")
'org.kie.modules:org-jboss-netty:jar:6.5.0.Beta1'
<dependency org="org.kie.modules" name="org-jboss-netty" rev="6.5.0.Beta1">
<artifact name="org-jboss-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.modules', module='org-jboss-netty', version='6.5.0.Beta1')
)
libraryDependencies += "org.kie.modules" % "org-jboss-netty" % "6.5.0.Beta1"
[org.kie.modules/org-jboss-netty "6.5.0.Beta1"]