License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdorg.apache.tajo |
ArtifactId | ArtifactIdtajo-thirdparty-asm |
Last Version | Last Version0.11.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionASM (thirdparty)
ASM is a Java bytecode manipulation framework.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
tajo-thirdparty-asm-0.11.3.pom | |
tajo-thirdparty-asm-0.11.3.jar | 377 KB |
tajo-thirdparty-asm-0.11.3-sources.jar | 632 KB |
tajo-thirdparty-asm-0.11.3-javadoc.jar | 862 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.tajo/tajo-thirdparty-asm/ -->
<dependency>
<groupId>org.apache.tajo</groupId>
<artifactId>tajo-thirdparty-asm</artifactId>
<version>0.11.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tajo/tajo-thirdparty-asm/
implementation 'org.apache.tajo:tajo-thirdparty-asm:0.11.3'
// https://jarcasting.com/artifacts/org.apache.tajo/tajo-thirdparty-asm/
implementation ("org.apache.tajo:tajo-thirdparty-asm:0.11.3")
'org.apache.tajo:tajo-thirdparty-asm:jar:0.11.3'
<dependency org="org.apache.tajo" name="tajo-thirdparty-asm" rev="0.11.3">
<artifact name="tajo-thirdparty-asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tajo', module='tajo-thirdparty-asm', version='0.11.3')
)
libraryDependencies += "org.apache.tajo" % "tajo-thirdparty-asm" % "0.11.3"
[org.apache.tajo/tajo-thirdparty-asm "0.11.3"]