j

jinq-asm-rebased

A private copy of the ASM framework rebased for Jinq to avoid dependency conflicts
ASM License (BSD 3-Clause License)
Files download
File Operation
jinq-asm-rebased-1.8.37.jar download
jinq-asm-rebased-1.8.37.pom download
jinq-asm-rebased-1.8.37-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jinq</groupId>
  <artifactId>jinq-asm-rebased</artifactId>
  <version>1.8.37</version>
</dependency>
Gradle Groovy
implementation 'org.jinq:jinq-asm-rebased:1.8.37'
Gradle Kotlin
implementation("org.jinq:jinq-asm-rebased:1.8.37")
Scala SBT
libraryDependencies += "org.jinq" % "jinq-asm-rebased" % "1.8.37"
Groovy Grape
@Grapes(
  @Grab(group='org.jinq', module='jinq-asm-rebased', version='1.8.37')
)
Apache Ivy
<dependency org="org.jinq" name="jinq-asm-rebased" rev="1.8.37" />
Leiningen
[org.jinq/jinq-asm-rebased "1.8.37"]
Apache Buildr
'org.jinq:jinq-asm-rebased:jar:1.8.37'