a

asmsupport-standard

This module is a standard apid definition of asmsupport, all implements of asmsupport will be following this standard api.
Files download
File Operation
asmsupport-standard-0.4.3.jar download
asmsupport-standard-0.4.3.pom download
asmsupport-standard-0.4.3-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.wensiqun</groupId>
  <artifactId>asmsupport-standard</artifactId>
  <version>0.4.3</version>
</dependency>
Gradle Groovy
implementation 'cn.wensiqun:asmsupport-standard:0.4.3'
Gradle Kotlin
implementation("cn.wensiqun:asmsupport-standard:0.4.3")
Scala SBT
libraryDependencies += "cn.wensiqun" % "asmsupport-standard" % "0.4.3"
Groovy Grape
@Grapes(
  @Grab(group='cn.wensiqun', module='asmsupport-standard', version='0.4.3')
)
Apache Ivy
<dependency org="cn.wensiqun" name="asmsupport-standard" rev="0.4.3" />
Leiningen
[cn.wensiqun/asmsupport-standard "0.4.3"]
Apache Buildr
'cn.wensiqun:asmsupport-standard:jar:0.4.3'