Last Version

jw.asmsupport 0.2

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

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

com.googlecode.amssupport
ArtifactId

ArtifactId

asmsupport
Version

Version

0.2
Type

Type

jar
Description

Description

jw.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://code.google.com/p/amssupport/

Download asmsupport 0.2


<!-- https://jarcasting.com/artifacts/com.googlecode.amssupport/asmsupport/ -->
<dependency>
    <groupId>com.googlecode.amssupport</groupId>
    <artifactId>asmsupport</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.amssupport/asmsupport/
implementation 'com.googlecode.amssupport:asmsupport:0.2'
// https://jarcasting.com/artifacts/com.googlecode.amssupport/asmsupport/
implementation ("com.googlecode.amssupport:asmsupport:0.2")
'com.googlecode.amssupport:asmsupport:jar:0.2'
<dependency org="com.googlecode.amssupport" name="asmsupport" rev="0.2">
  <artifact name="asmsupport" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.amssupport', module='asmsupport', version='0.2')
)
libraryDependencies += "com.googlecode.amssupport" % "asmsupport" % "0.2"
[com.googlecode.amssupport/asmsupport "0.2"]

Dependencies

compile (6)

Group / Artifact Type Version
log4j : log4j jar 1.2.14
commons-logging : commons-logging jar 1.1.1
commons-collections : commons-collections jar 3.2.1
commons-lang : commons-lang jar 2.6
asm : asm jar 3.3.1
asm : asm-commons jar 3.3.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.2
asm : asm-all jar 3.3.1

Project Modules

There are no modules declared in this project.