is not current version
Last Version 4.2.2.GA

jboss:jnp-client 3.2.1


Categories

Categories

JBoss Container Application Servers CLI User Interface
GroupId

GroupId

jboss
ArtifactId

ArtifactId

jnp-client
Version

Version

3.2.1
Type

Type

jar

Download jnp-client 3.2.1


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