Download jax-qname-1.1.jar file - Jar j

Jar examples for j:jax-qname

Description

The Java API for XML based RPC (JAX-RPC) enables Java technology developers to build Web applications and Web services incorporating XML based RPC functionality according to the SOAP (Simple Object Access Protocol) 1.1 specification.

You can download jar file jax-qname 1.1 in this page.

Build File

You can use the following script to add jax-qname-1.1.jar to your project.

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

Download

Click the following link to download the jar file.

jax-qname-1.1.pom



Related Tutorials