j

jinq-asm-rebased

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