License |
License |
---|---|
GroupId | GroupIdio.github.xtherk |
ArtifactId | ArtifactIdbytehook-sdk |
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-sdk-1.0.0.pom | |
bytehook-sdk-1.0.0.jar | 4 KB |
bytehook-sdk-1.0.0-sources.jar | 3 KB |
bytehook-sdk-1.0.0-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.xtherk/bytehook-sdk/ -->
<dependency>
<groupId>io.github.xtherk</groupId>
<artifactId>bytehook-sdk</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.xtherk/bytehook-sdk/
implementation 'io.github.xtherk:bytehook-sdk:1.0.0'
// https://jarcasting.com/artifacts/io.github.xtherk/bytehook-sdk/
implementation ("io.github.xtherk:bytehook-sdk:1.0.0")
'io.github.xtherk:bytehook-sdk:jar:1.0.0'
<dependency org="io.github.xtherk" name="bytehook-sdk" rev="1.0.0">
<artifact name="bytehook-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.xtherk', module='bytehook-sdk', version='1.0.0')
)
libraryDependencies += "io.github.xtherk" % "bytehook-sdk" % "1.0.0"
[io.github.xtherk/bytehook-sdk "1.0.0"]