is not current version
Last Version 4.2.2.GA

jboss:jnp-client 4.0.2

JBossNS is the JBoss implementation of the of the Java Naming and Directory Interface (JNDI).

Categories

Categories

JBoss Container Application Servers CLI User Interface
GroupId

GroupId

jboss
ArtifactId

ArtifactId

jnp-client
Version

Version

4.0.2
Type

Type

jar

Download jnp-client 4.0.2


<!-- https://jarcasting.com/artifacts/jboss/jnp-client/ -->
<dependency>
    <groupId>jboss</groupId>
    <artifactId>jnp-client</artifactId>
    <version>4.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/jboss/jnp-client/
implementation 'jboss:jnp-client:4.0.2'
// https://jarcasting.com/artifacts/jboss/jnp-client/
implementation ("jboss:jnp-client:4.0.2")
'jboss:jnp-client:jar:4.0.2'
<dependency org="jboss" name="jnp-client" rev="4.0.2">
  <artifact name="jnp-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='jboss', module='jnp-client', version='4.0.2')
)
libraryDependencies += "jboss" % "jnp-client" % "4.0.2"
[jboss/jnp-client "4.0.2"]