License |
License
GNU LESSER GENERAL PUBLIC LICENSE
|
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdcn.wensiqun |
ArtifactId | ArtifactIdasmsupport |
Last Version | Last Version0.4.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionasmsupport
This project is will help developer to dynamic create/modify
class at runtime simply, and it's base on ASM framework. but
it's different to ASM, it's make developer don't care about
LocalVariables and Stack status at JVM layer, and also don't
care the underlying instructions of JVM.
|
Project URL |
Project URL |
Filename | Size |
---|---|
asmsupport-0.4.3.pom | |
asmsupport-0.4.3.jar | 366 KB |
asmsupport-0.4.3-sources.jar | 222 KB |
asmsupport-0.4.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.wensiqun/asmsupport/ -->
<dependency>
<groupId>cn.wensiqun</groupId>
<artifactId>asmsupport</artifactId>
<version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.wensiqun/asmsupport/
implementation 'cn.wensiqun:asmsupport:0.4.3'
// https://jarcasting.com/artifacts/cn.wensiqun/asmsupport/
implementation ("cn.wensiqun:asmsupport:0.4.3")
'cn.wensiqun:asmsupport:jar:0.4.3'
<dependency org="cn.wensiqun" name="asmsupport" rev="0.4.3">
<artifact name="asmsupport" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.wensiqun', module='asmsupport', version='0.4.3')
)
libraryDependencies += "cn.wensiqun" % "asmsupport" % "0.4.3"
[cn.wensiqun/asmsupport "0.4.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |