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