Download namespace-1.0.1.jar file - Jar n

Jar examples for n:namespace

Description

Part of the Java Web Services Developer Pack 1.6

You can download jar file namespace 1.0.1 in this page.

Build File

You can use the following script to add namespace-1.0.1.jar to your project.

<dependency>
   <groupId>javax.xml</groupId>
   <artifactId>namespace</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'javax.xml', name: 'namespace', version: '1.0.1'
libraryDependencies += "javax.xml" % "namespace" % "1.0.1"
<dependency org="javax.xml" name="namespace" rev="1.0.1"/>
@Grapes(@Grab(group='javax.xml', module='namespace', version='1.0.1'))
'javax.xml:namespace:jar:1.0.1'

Download

Click the following link to download the jar file.

namespace-1.0.1.pom



Related Tutorials