GroupId | GroupIdcom.thegoate |
---|---|
ArtifactId | ArtifactIdxml |
Version | Version0.15.8.202104290141 |
Type | Typejar |
Filename | Size |
---|---|
xml-0.15.8.202104290141.pom | |
xml-0.15.8.202104290141.jar | 5 KB |
xml-0.15.8.202104290141-sources.jar | 4 KB |
xml-0.15.8.202104290141-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thegoate/xml/ -->
<dependency>
<groupId>com.thegoate</groupId>
<artifactId>xml</artifactId>
<version>0.15.8.202104290141</version>
</dependency>
// https://jarcasting.com/artifacts/com.thegoate/xml/
implementation 'com.thegoate:xml:0.15.8.202104290141'
// https://jarcasting.com/artifacts/com.thegoate/xml/
implementation ("com.thegoate:xml:0.15.8.202104290141")
'com.thegoate:xml:jar:0.15.8.202104290141'
<dependency org="com.thegoate" name="xml" rev="0.15.8.202104290141">
<artifact name="xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thegoate', module='xml', version='0.15.8.202104290141')
)
libraryDependencies += "com.thegoate" % "xml" % "0.15.8.202104290141"
[com.thegoate/xml "0.15.8.202104290141"]