Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdorg.whiley |
ArtifactId | ArtifactIdjasm |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
jasm-1.0.1.pom | |
jasm-1.0.1.jar | 217 KB |
jasm-1.0.1-sources.jar | 108 KB |
jasm-1.0.1-javadoc.jar | 847 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.whiley/jasm/ -->
<dependency>
<groupId>org.whiley</groupId>
<artifactId>jasm</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.whiley/jasm/
implementation 'org.whiley:jasm:1.0.1'
// https://jarcasting.com/artifacts/org.whiley/jasm/
implementation ("org.whiley:jasm:1.0.1")
'org.whiley:jasm:jar:1.0.1'
<dependency org="org.whiley" name="jasm" rev="1.0.1">
<artifact name="jasm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whiley', module='jasm', version='1.0.1')
)
libraryDependencies += "org.whiley" % "jasm" % "1.0.1"
[org.whiley/jasm "1.0.1"]