Jar examples for j:jaxrpc-api
Part of the Java Web Services Developer Pack 1.6
You can download jar file jaxrpc-api 1.1 in this page.
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'
Click the following link to download the jar file.
jaxrpc-api-1.1.jar