is not current version
Last Version 2.1.2

de.upb.cs.swt:axml 2.0.0

The axml components for reading binary Android XML files forked from a not further maintained repository created by Bob Pan

GroupId

GroupId

de.upb.cs.swt
ArtifactId

ArtifactId

axml
Version

Version

2.0.0
Type

Type

jar

Download axml 2.0.0


<!-- https://jarcasting.com/artifacts/de.upb.cs.swt/axml/ -->
<dependency>
    <groupId>de.upb.cs.swt</groupId>
    <artifactId>axml</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.upb.cs.swt/axml/
implementation 'de.upb.cs.swt:axml:2.0.0'
// https://jarcasting.com/artifacts/de.upb.cs.swt/axml/
implementation ("de.upb.cs.swt:axml:2.0.0")
'de.upb.cs.swt:axml:jar:2.0.0'
<dependency org="de.upb.cs.swt" name="axml" rev="2.0.0">
  <artifact name="axml" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.upb.cs.swt', module='axml', version='2.0.0')
)
libraryDependencies += "de.upb.cs.swt" % "axml" % "2.0.0"
[de.upb.cs.swt/axml "2.0.0"]