is not current version
Last Version 1.1.6

com.sun.xml.rpc:jaxrpc-bundle 1.1.5


GroupId

GroupId

com.sun.xml.rpc
ArtifactId

ArtifactId

jaxrpc-bundle
Version

Version

1.1.5
Type

Type

pom

Download jaxrpc-bundle 1.1.5


<!-- https://jarcasting.com/artifacts/com.sun.xml.rpc/jaxrpc-bundle/ -->
<dependency>
    <groupId>com.sun.xml.rpc</groupId>
    <artifactId>jaxrpc-bundle</artifactId>
    <version>1.1.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.rpc/jaxrpc-bundle/
implementation 'com.sun.xml.rpc:jaxrpc-bundle:1.1.5'
// https://jarcasting.com/artifacts/com.sun.xml.rpc/jaxrpc-bundle/
implementation ("com.sun.xml.rpc:jaxrpc-bundle:1.1.5")
'com.sun.xml.rpc:jaxrpc-bundle:pom:1.1.5'
<dependency org="com.sun.xml.rpc" name="jaxrpc-bundle" rev="1.1.5">
  <artifact name="jaxrpc-bundle" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.rpc', module='jaxrpc-bundle', version='1.1.5')
)
libraryDependencies += "com.sun.xml.rpc" % "jaxrpc-bundle" % "1.1.5"
[com.sun.xml.rpc/jaxrpc-bundle "1.1.5"]