Last Version

io.github.xtherk:bytehook-core 1.0.0

A simple and user-friendly Java bytecode hook framework can obtain the ability to modify methods without knowing the bytecode knowledge.

License

License

GroupId

GroupId

io.github.xtherk
ArtifactId

ArtifactId

bytehook-core
Version

Version

1.0.0
Type

Type

jar
Description

Description

A simple and user-friendly Java bytecode hook framework can obtain the ability to modify methods without knowing the bytecode knowledge.

Download bytehook-core 1.0.0


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

Dependencies

compile (6)

Group / Artifact Type Version
io.github.xtherk : bytehook-sdk jar 1.0.0
org.slf4j : slf4j-api jar 1.7.36
org.ow2.asm : asm-analysis jar 9.3
org.ow2.asm : asm-tree jar 9.3
org.ow2.asm : asm-util jar 9.3
org.ow2.asm : asm-commons jar 9.3

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.24

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.8.2
org.junit.jupiter : junit-jupiter-params jar 5.8.2
org.junit.jupiter : junit-jupiter-engine jar 5.8.2

Project Modules

There are no modules declared in this project.