License |
License |
---|---|
Categories |
CategoriesGroovy Languages ASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdcom.thinkaurelius.groovy-shaded-asm |
ArtifactId | ArtifactIdgroovy-shaded-asm |
Last Version | Last Version1.8.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA copy of Groovy 1.8.9 with ASM 3.x shaded/relocated and included in the jar
|
Filename | Size |
---|---|
groovy-shaded-asm-1.8.9.pom | |
groovy-shaded-asm-1.8.9.jar | 5 MB |
groovy-shaded-asm-1.8.9-sources.jar | 2 MB |
groovy-shaded-asm-1.8.9-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thinkaurelius.groovy-shaded-asm/groovy-shaded-asm/ -->
<dependency>
<groupId>com.thinkaurelius.groovy-shaded-asm</groupId>
<artifactId>groovy-shaded-asm</artifactId>
<version>1.8.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.thinkaurelius.groovy-shaded-asm/groovy-shaded-asm/
implementation 'com.thinkaurelius.groovy-shaded-asm:groovy-shaded-asm:1.8.9'
// https://jarcasting.com/artifacts/com.thinkaurelius.groovy-shaded-asm/groovy-shaded-asm/
implementation ("com.thinkaurelius.groovy-shaded-asm:groovy-shaded-asm:1.8.9")
'com.thinkaurelius.groovy-shaded-asm:groovy-shaded-asm:jar:1.8.9'
<dependency org="com.thinkaurelius.groovy-shaded-asm" name="groovy-shaded-asm" rev="1.8.9">
<artifact name="groovy-shaded-asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thinkaurelius.groovy-shaded-asm', module='groovy-shaded-asm', version='1.8.9')
)
libraryDependencies += "com.thinkaurelius.groovy-shaded-asm" % "groovy-shaded-asm" % "1.8.9"
[com.thinkaurelius.groovy-shaded-asm/groovy-shaded-asm "1.8.9"]
Group / Artifact | Type | Version |
---|---|---|
antlr : antlr | jar | 2.7.7 |