Last Version

asmsupport 0.4.3

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.

License

License

GNU LESSER GENERAL PUBLIC LICENSE
Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

cn.wensiqun
ArtifactId

ArtifactId

asmsupport
Version

Version

0.4.3
Type

Type

pom
Description

Description

asmsupport
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

https://github.com/wensiqun/asmsupport

Download asmsupport 0.4.3

Filename Size
asmsupport-0.4.3.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/cn.wensiqun/asmsupport/ -->
<dependency>
    <groupId>cn.wensiqun</groupId>
    <artifactId>asmsupport</artifactId>
    <version>0.4.3</version>
    <type>pom</type>
</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:pom:0.4.3'
<dependency org="cn.wensiqun" name="asmsupport" rev="0.4.3">
  <artifact name="asmsupport" type="pom" />
</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"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

  • asmsupport-third
  • asmsupport-standard
  • asmsupport-core
  • asmsupport-client
  • asmsupport-issues
  • asmsupport-sample