is not current version
Last Version 1.1.6

com.sun.xml.rpc:jaxrpc-impl 1.1.3_01


GroupId

GroupId

com.sun.xml.rpc
ArtifactId

ArtifactId

jaxrpc-impl
Version

Version

1.1.3_01
Type

Type

jar

Download jaxrpc-impl 1.1.3_01


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