License |
License |
---|---|
GroupId | GroupIdio.github.xtherk |
ArtifactId | ArtifactIdbytehook-core |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA simple and user-friendly Java bytecode hook framework
can obtain the ability to modify methods without knowing the bytecode knowledge.
|
Filename | Size |
---|---|
bytehook-core-1.0.0.pom | |
bytehook-core-1.0.0.jar | 36 KB |
bytehook-core-1.0.0-sources.jar | 22 KB |
bytehook-core-1.0.0-javadoc.jar | 186 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.24 |
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 |