Last Version

redefine 0.0.2

Use ByteBuddy API for code redefinition(Java)

License

License

GroupId

GroupId

io.github.bigwolftime
ArtifactId

ArtifactId

redefine
Version

Version

0.0.2
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 0.0.2


<!-- 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.