License |
License
GNU LESSER GENERAL PUBLIC LICENSE
|
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdcn.wensiqun |
ArtifactId | ArtifactIdasmsupport-standard |
Last Version | Last Version0.4.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionasmsupport-standard
This module is a standard apid definition of asmsupport, all implements of asmsupport will be following this standard api.
|
Filename | Size |
---|---|
asmsupport-standard-0.4.3.pom | |
asmsupport-standard-0.4.3.jar | 25 KB |
asmsupport-standard-0.4.3-sources.jar | 43 KB |
asmsupport-standard-0.4.3-javadoc.jar | 313 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.wensiqun/asmsupport-standard/ -->
<dependency>
<groupId>cn.wensiqun</groupId>
<artifactId>asmsupport-standard</artifactId>
<version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.wensiqun/asmsupport-standard/
implementation 'cn.wensiqun:asmsupport-standard:0.4.3'
// https://jarcasting.com/artifacts/cn.wensiqun/asmsupport-standard/
implementation ("cn.wensiqun:asmsupport-standard:0.4.3")
'cn.wensiqun:asmsupport-standard:jar:0.4.3'
<dependency org="cn.wensiqun" name="asmsupport-standard" rev="0.4.3">
<artifact name="asmsupport-standard" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.wensiqun', module='asmsupport-standard', version='0.4.3')
)
libraryDependencies += "cn.wensiqun" % "asmsupport-standard" % "0.4.3"
[cn.wensiqun/asmsupport-standard "0.4.3"]
Group / Artifact | Type | Version |
---|---|---|
cn.wensiqun : asmsupport-third | jar | 0.4.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |