Maven Repository - POM file for JBoss jnp-client 4.0.2 4.0.2

Summary

JBossNS Client.

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

Declaration

Here is the list of declaration for jnp-client. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>jboss</groupId>
   <artifactId>jnp-client</artifactId>
   <version>4.0.2</version>
</dependency>

If you think this Maven repository POM file listing for jnp-client is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:GNU Lesser General Public License
URL: http://www.gnu.org/licenses/lgpl.txt.





Packages

The following packages are defined in the jnp-client-4.0.2.jar

org.jnp.interfaces
org.jnp.interfaces.java
org.jnp.interfaces.jnp
org.jnp.server

POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?><project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>jboss</groupId>
  <artifactId>jnp-client</artifactId>
  <packaging>jar</packaging>
  <name>JBossNS Client</name>
  <version>4.0.2</version>
  <description>JBossNS is the JBoss implementation of the of the Java Naming and Directory Interface (JNDI).</description>
  <url>http://www.jboss.com/</url>
  <licenses>
    <license>
      <name>GNU Lesser General Public License</name>
      <url>http://www.gnu.org/licenses/lgpl.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>http://anoncvs.forge.jboss.com/viewrep/JBoss/jnp</url>
  </scm>
</project>