License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation Jinq Data Databases |
GroupId | GroupIdorg.jinq |
ArtifactId | ArtifactIdjinq-asm-rebased |
Last Version | Last Version1.8.34 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionASM Bytecode Framework Rebased for Jinq
A private copy of the ASM framework rebased for Jinq to avoid dependency conflicts
|
Filename | Size |
---|---|
jinq-asm-rebased-1.8.34.pom | |
jinq-asm-rebased-1.8.34.jar | 197 KB |
jinq-asm-rebased-1.8.34-sources.jar | 1 KB |
jinq-asm-rebased-1.8.34-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jinq/jinq-asm-rebased/ -->
<dependency>
<groupId>org.jinq</groupId>
<artifactId>jinq-asm-rebased</artifactId>
<version>1.8.34</version>
</dependency>
// https://jarcasting.com/artifacts/org.jinq/jinq-asm-rebased/
implementation 'org.jinq:jinq-asm-rebased:1.8.34'
// https://jarcasting.com/artifacts/org.jinq/jinq-asm-rebased/
implementation ("org.jinq:jinq-asm-rebased:1.8.34")
'org.jinq:jinq-asm-rebased:jar:1.8.34'
<dependency org="org.jinq" name="jinq-asm-rebased" rev="1.8.34">
<artifact name="jinq-asm-rebased" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jinq', module='jinq-asm-rebased', version='1.8.34')
)
libraryDependencies += "org.jinq" % "jinq-asm-rebased" % "1.8.34"
[org.jinq/jinq-asm-rebased "1.8.34"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.asm : asm-analysis | jar | 9.2 |