| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdcom.al333z |
| ArtifactId | ArtifactIdanti-xml_2.12 |
| Version | Version0.8.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| anti-xml_2.12-0.8.1.pom | |
| anti-xml_2.12-0.8.1.jar | 435 KB |
| anti-xml_2.12-0.8.1-sources.jar | 49 KB |
| anti-xml_2.12-0.8.1-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.al333z/anti-xml_2.12/ -->
<dependency>
<groupId>com.al333z</groupId>
<artifactId>anti-xml_2.12</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.al333z/anti-xml_2.12/
implementation 'com.al333z:anti-xml_2.12:0.8.1'
// https://jarcasting.com/artifacts/com.al333z/anti-xml_2.12/
implementation ("com.al333z:anti-xml_2.12:0.8.1")
'com.al333z:anti-xml_2.12:jar:0.8.1'
<dependency org="com.al333z" name="anti-xml_2.12" rev="0.8.1">
<artifact name="anti-xml_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.al333z', module='anti-xml_2.12', version='0.8.1')
)
libraryDependencies += "com.al333z" % "anti-xml_2.12" % "0.8.1"
[com.al333z/anti-xml_2.12 "0.8.1"]