License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdcom.mebigfatguy.asm-delegate |
ArtifactId | ArtifactIdasm-delegate |
Version | Version0.2.0 |
Type | Typejar |
Description |
Descriptionasm-delegate
A set of asm visitors that allows multiple visitors to be used at the same time, simply
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
asm-delegate-0.2.0.pom | |
asm-delegate-0.2.0.jar | 12 KB |
asm-delegate-0.2.0-sources.jar | 8 KB |
asm-delegate-0.2.0-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mebigfatguy.asm-delegate/asm-delegate/ -->
<dependency>
<groupId>com.mebigfatguy.asm-delegate</groupId>
<artifactId>asm-delegate</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mebigfatguy.asm-delegate/asm-delegate/
implementation 'com.mebigfatguy.asm-delegate:asm-delegate:0.2.0'
// https://jarcasting.com/artifacts/com.mebigfatguy.asm-delegate/asm-delegate/
implementation ("com.mebigfatguy.asm-delegate:asm-delegate:0.2.0")
'com.mebigfatguy.asm-delegate:asm-delegate:jar:0.2.0'
<dependency org="com.mebigfatguy.asm-delegate" name="asm-delegate" rev="0.2.0">
<artifact name="asm-delegate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mebigfatguy.asm-delegate', module='asm-delegate', version='0.2.0')
)
libraryDependencies += "com.mebigfatguy.asm-delegate" % "asm-delegate" % "0.2.0"
[com.mebigfatguy.asm-delegate/asm-delegate "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.asm : asm | jar | 7.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |