Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.ahtutils |
ArtifactId | ArtifactIdahtutils-xml |
Version | Version0.2.4 |
Type | Typejar |
Filename | Size |
---|---|
ahtutils-xml-0.2.4.pom | |
ahtutils-xml-0.2.4.jar | 113 KB |
ahtutils-xml-0.2.4-tests.jar | 155 KB |
ahtutils-xml-0.2.4-sources.jar | 103 KB |
ahtutils-xml-0.2.4-javadoc.jar | 650 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.ahtutils/ahtutils-xml/ -->
<dependency>
<groupId>net.sf.ahtutils</groupId>
<artifactId>ahtutils-xml</artifactId>
<version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.ahtutils/ahtutils-xml/
implementation 'net.sf.ahtutils:ahtutils-xml:0.2.4'
// https://jarcasting.com/artifacts/net.sf.ahtutils/ahtutils-xml/
implementation ("net.sf.ahtutils:ahtutils-xml:0.2.4")
'net.sf.ahtutils:ahtutils-xml:jar:0.2.4'
<dependency org="net.sf.ahtutils" name="ahtutils-xml" rev="0.2.4">
<artifact name="ahtutils-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.ahtutils', module='ahtutils-xml', version='0.2.4')
)
libraryDependencies += "net.sf.ahtutils" % "ahtutils-xml" % "0.2.4"
[net.sf.ahtutils/ahtutils-xml "0.2.4"]