License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdorg.codehaus.groovy |
ArtifactId | ArtifactIdgroovy-xmlrpc |
Last Version | Last Version0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGroovy XML-RPC
This module contains an HTTP server and an XML-RPC system on that.
|
Filename | Size |
---|---|
groovy-xmlrpc-0.8.pom | |
groovy-xmlrpc-0.8.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-xmlrpc/ -->
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-xmlrpc</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-xmlrpc/
implementation 'org.codehaus.groovy:groovy-xmlrpc:0.8'
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-xmlrpc/
implementation ("org.codehaus.groovy:groovy-xmlrpc:0.8")
'org.codehaus.groovy:groovy-xmlrpc:jar:0.8'
<dependency org="org.codehaus.groovy" name="groovy-xmlrpc" rev="0.8">
<artifact name="groovy-xmlrpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy', module='groovy-xmlrpc', version='0.8')
)
libraryDependencies += "org.codehaus.groovy" % "groovy-xmlrpc" % "0.8"
[org.codehaus.groovy/groovy-xmlrpc "0.8"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 1.8.6 |
xml-apis : xml-apis | jar | 1.3.04 |
jivesoftware : smack | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |