Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdjboss |
ArtifactId | ArtifactIdjnpserver |
Last Version | Last Version4.2.2.GA |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPOM was created from install:install-file
|
Filename | Size |
---|---|
jnpserver-4.2.2.GA.pom | |
jnpserver-4.2.2.GA.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jboss/jnpserver/ -->
<dependency>
<groupId>jboss</groupId>
<artifactId>jnpserver</artifactId>
<version>4.2.2.GA</version>
</dependency>
// https://jarcasting.com/artifacts/jboss/jnpserver/
implementation 'jboss:jnpserver:4.2.2.GA'
// https://jarcasting.com/artifacts/jboss/jnpserver/
implementation ("jboss:jnpserver:4.2.2.GA")
'jboss:jnpserver:jar:4.2.2.GA'
<dependency org="jboss" name="jnpserver" rev="4.2.2.GA">
<artifact name="jnpserver" type="jar" />
</dependency>
@Grapes(
@Grab(group='jboss', module='jnpserver', version='4.2.2.GA')
)
libraryDependencies += "jboss" % "jnpserver" % "4.2.2.GA"
[jboss/jnpserver "4.2.2.GA"]