Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdcom.github.xmlet |
ArtifactId | ArtifactIdxsdAsm |
Version | Version1.0.9 |
Type | Typejar |
Filename | Size |
---|---|
xsdAsm-1.0.9.pom | |
xsdAsm-1.0.9.jar | 1 MB |
xsdAsm-1.0.9-sources.jar | 96 KB |
xsdAsm-1.0.9-javadoc.jar | 384 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xmlet/xsdAsm/ -->
<dependency>
<groupId>com.github.xmlet</groupId>
<artifactId>xsdAsm</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xmlet/xsdAsm/
implementation 'com.github.xmlet:xsdAsm:1.0.9'
// https://jarcasting.com/artifacts/com.github.xmlet/xsdAsm/
implementation ("com.github.xmlet:xsdAsm:1.0.9")
'com.github.xmlet:xsdAsm:jar:1.0.9'
<dependency org="com.github.xmlet" name="xsdAsm" rev="1.0.9">
<artifact name="xsdAsm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xmlet', module='xsdAsm', version='1.0.9')
)
libraryDependencies += "com.github.xmlet" % "xsdAsm" % "1.0.9"
[com.github.xmlet/xsdAsm "1.0.9"]