j

jnpserver

POM was created from install:install-file
Files download
File Operation
jnpserver-4.2.2.GA.jar download
jnpserver-4.2.2.GA.pom download
Apache Maven
<dependency>
  <groupId>jboss</groupId>
  <artifactId>jnpserver</artifactId>
  <version>4.2.2.GA</version>
</dependency>
Gradle Groovy
implementation 'jboss:jnpserver:4.2.2.GA'
Gradle Kotlin
implementation("jboss:jnpserver:4.2.2.GA")
Scala SBT
libraryDependencies += "jboss" % "jnpserver" % "4.2.2.GA"
Groovy Grape
@Grapes(
  @Grab(group='jboss', module='jnpserver', version='4.2.2.GA')
)
Apache Ivy
<dependency org="jboss" name="jnpserver" rev="4.2.2.GA" />
Leiningen
[jboss/jnpserver "4.2.2.GA"]
Apache Buildr
'jboss:jnpserver:jar:4.2.2.GA'
Dependencies
The project has no third-party dependencies