| GroupId | GroupIdde.timroes |
|---|---|
| ArtifactId | ArtifactIdaXMLRPC |
| Version | Version1.7.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| aXMLRPC-1.7.3.pom | |
| aXMLRPC-1.7.3.jar | 37 KB |
| aXMLRPC-1.7.3-sources.jar | 27 KB |
| aXMLRPC-1.7.3-javadoc.jar | 111 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.timroes/aXMLRPC/ -->
<dependency>
<groupId>de.timroes</groupId>
<artifactId>aXMLRPC</artifactId>
<version>1.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.timroes/aXMLRPC/
implementation 'de.timroes:aXMLRPC:1.7.3'
// https://jarcasting.com/artifacts/de.timroes/aXMLRPC/
implementation ("de.timroes:aXMLRPC:1.7.3")
'de.timroes:aXMLRPC:jar:1.7.3'
<dependency org="de.timroes" name="aXMLRPC" rev="1.7.3">
<artifact name="aXMLRPC" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.timroes', module='aXMLRPC', version='1.7.3')
)
libraryDependencies += "de.timroes" % "aXMLRPC" % "1.7.3"
[de.timroes/aXMLRPC "1.7.3"]