не последняя версия
Последняя версия 0.0.2

io.github.bigwolftime:redefine 0.0.1

Use ByteBuddy API for code redefinition(Java)

Группа

Группа

io.github.bigwolftime
Идентификатор

Идентификатор

redefine
Версия

Версия

0.0.1
Тип

Тип

jar

Скачать redefine 0.0.1


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