MVN

xmlrpc : xmlrpc

Maven & Gradle

Nov 06, 2006
43 usages
<dependency>
    <groupId>xmlrpc</groupId>
    <artifactId>xmlrpc</artifactId>
    <version>3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xmlrpc : xmlrpc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0
  • Latest Beta: 2.0-beta

All Versions

Choose a version of xmlrpc : xmlrpc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0
xmlrpc-3.0
3 vulnerabilities
3.0b1
xmlrpc-3.0b1
3 vulnerabilities
3.0a1
xmlrpc-3.0a1
3 vulnerabilities
2.0.x
xmlrpc-2.0.1
3 vulnerabilities
2.0
xmlrpc-2.0
3 vulnerabilities
xmlrpc-2.0-beta
3 vulnerabilities
1.2
xmlrpc-1.2
3 vulnerabilities
xmlrpc-1.2-b1
3 vulnerabilities
xmlrpc-1.2-a2
3 vulnerabilities
xmlrpc-1.2-a1
3 vulnerabilities
1.1
xmlrpc-1.1
3 vulnerabilities

How to add a dependency to Maven

Add the following xmlrpc : xmlrpc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xmlrpc</groupId>
    <artifactId>xmlrpc</artifactId>
    <version>3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xmlrpc : xmlrpc gradle dependency to your build.gradle file:

implementation 'xmlrpc:xmlrpc:3.0'

Gradle Kotlin DSL: Add the following xmlrpc : xmlrpc gradle kotlin dependency to your build.gradle.kts file:

implementation("xmlrpc:xmlrpc:3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following xmlrpc : xmlrpc sbt scala dependency to your build.sbt file:

libraryDependencies += "xmlrpc" % "xmlrpc" % "3.0"