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