Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdasm |
ArtifactId | ArtifactIdasm-xml |
Last Version | Last Version20041228.180559 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionasm-xml
|
Project URL |
Project URL |
Project Organization |
Project OrganizationObjectWeb |
Filename | Size |
---|---|
asm-xml-20041228.180559.pom | |
asm-xml-20041228.180559.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/asm/asm-xml/ -->
<dependency>
<groupId>asm</groupId>
<artifactId>asm-xml</artifactId>
<version>20041228.180559</version>
</dependency>
// https://jarcasting.com/artifacts/asm/asm-xml/
implementation 'asm:asm-xml:20041228.180559'
// https://jarcasting.com/artifacts/asm/asm-xml/
implementation ("asm:asm-xml:20041228.180559")
'asm:asm-xml:jar:20041228.180559'
<dependency org="asm" name="asm-xml" rev="20041228.180559">
<artifact name="asm-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='asm', module='asm-xml', version='20041228.180559')
)
libraryDependencies += "asm" % "asm-xml" % "20041228.180559"
[asm/asm-xml "20041228.180559"]