is not current version
Last Version 3.1.3

org.apache.xmlrpc:xmlrpc-common 3.1.1


GroupId

GroupId

org.apache.xmlrpc
ArtifactId

ArtifactId

xmlrpc-common
Version

Version

3.1.1
Type

Type

jar

Download xmlrpc-common 3.1.1


<!-- https://jarcasting.com/artifacts/org.apache.xmlrpc/xmlrpc-common/ -->
<dependency>
    <groupId>org.apache.xmlrpc</groupId>
    <artifactId>xmlrpc-common</artifactId>
    <version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.xmlrpc/xmlrpc-common/
implementation 'org.apache.xmlrpc:xmlrpc-common:3.1.1'
// https://jarcasting.com/artifacts/org.apache.xmlrpc/xmlrpc-common/
implementation ("org.apache.xmlrpc:xmlrpc-common:3.1.1")
'org.apache.xmlrpc:xmlrpc-common:jar:3.1.1'
<dependency org="org.apache.xmlrpc" name="xmlrpc-common" rev="3.1.1">
  <artifact name="xmlrpc-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.xmlrpc', module='xmlrpc-common', version='3.1.1')
)
libraryDependencies += "org.apache.xmlrpc" % "xmlrpc-common" % "3.1.1"
[org.apache.xmlrpc/xmlrpc-common "3.1.1"]