| Categories |
CategoriesJBoss Container Application Servers Net |
|---|---|
| GroupId | GroupIdjboss |
| ArtifactId | ArtifactIdjnet |
| Last Version | Last Version3.2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| jnet-3.2.1.pom | |
| jnet-3.2.1.jar | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/jboss/jnet/ -->
<dependency>
<groupId>jboss</groupId>
<artifactId>jnet</artifactId>
<version>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/jboss/jnet/
implementation 'jboss:jnet:3.2.1'
// https://jarcasting.com/artifacts/jboss/jnet/
implementation ("jboss:jnet:3.2.1")
'jboss:jnet:jar:3.2.1'
<dependency org="jboss" name="jnet" rev="3.2.1">
<artifact name="jnet" type="jar" />
</dependency>
@Grapes(
@Grab(group='jboss', module='jnet', version='3.2.1')
)
libraryDependencies += "jboss" % "jnet" % "3.2.1"
[jboss/jnet "3.2.1"]