redefine

Use ByteBuddy API for code redefinition(Java)

License

License

GroupId

GroupId

io.github.bigwolftime
ArtifactId

ArtifactId

redefine
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

redefine
Use ByteBuddy API for code redefinition(Java)
Source Code Management

Source Code Management

https://github.com/bigwolftime/redefine.git

Download redefine

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
net.bytebuddy : byte-buddy-agent jar 1.10.18
org.apache.commons : commons-io jar 1.3.2

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2
0.0.1