GroupId | GroupIdcom.github.fartherp |
---|---|
ArtifactId | ArtifactIdjavaxml |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
javaxml-1.0.0.pom | |
javaxml-1.0.0.jar | 8 KB |
javaxml-1.0.0-sources.jar | 5 KB |
javaxml-1.0.0-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fartherp/javaxml/ -->
<dependency>
<groupId>com.github.fartherp</groupId>
<artifactId>javaxml</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fartherp/javaxml/
implementation 'com.github.fartherp:javaxml:1.0.0'
// https://jarcasting.com/artifacts/com.github.fartherp/javaxml/
implementation ("com.github.fartherp:javaxml:1.0.0")
'com.github.fartherp:javaxml:jar:1.0.0'
<dependency org="com.github.fartherp" name="javaxml" rev="1.0.0">
<artifact name="javaxml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fartherp', module='javaxml', version='1.0.0')
)
libraryDependencies += "com.github.fartherp" % "javaxml" % "1.0.0"
[com.github.fartherp/javaxml "1.0.0"]