Download jaxrpc-1.1.jar file - Jar j

Jar examples for j:jaxrpc

Description

You can download jar file jaxrpc 1.1 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

jaxrpc-1.1.pom



Related Tutorials