Download jaxrpc-api-1.1.jar file - Jar j

Jar examples for j:jaxrpc-api

Description

Part of the Java Web Services Developer Pack 1.6

You can download jar file jaxrpc-api 1.1 in this page.

Build File

You can use the following script to add jaxrpc-api-1.1.jar to your project.

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

Download

Click the following link to download the jar file.

jaxrpc-api-1.1.jar
jaxrpc-api-1.1.pom



Related Tutorials