Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdcom.github.patwakeem |
ArtifactId | ArtifactIdasm |
Version | Version2017.10.14 |
Type | Typejar |
Filename | Size |
---|---|
asm-2017.10.14.pom | |
asm-2017.10.14.jar | 53 KB |
asm-2017.10.14-sources.jar | 26 KB |
asm-2017.10.14-javadoc.jar | 595 KB |
asm-2017.10.14-jar-with-dependencies.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.patwakeem/asm/ -->
<dependency>
<groupId>com.github.patwakeem</groupId>
<artifactId>asm</artifactId>
<version>2017.10.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.patwakeem/asm/
implementation 'com.github.patwakeem:asm:2017.10.14'
// https://jarcasting.com/artifacts/com.github.patwakeem/asm/
implementation ("com.github.patwakeem:asm:2017.10.14")
'com.github.patwakeem:asm:jar:2017.10.14'
<dependency org="com.github.patwakeem" name="asm" rev="2017.10.14">
<artifact name="asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.patwakeem', module='asm', version='2017.10.14')
)
libraryDependencies += "com.github.patwakeem" % "asm" % "2017.10.14"
[com.github.patwakeem/asm "2017.10.14"]