License |
License |
---|---|
GroupId | GroupIdio.github.xtherk |
ArtifactId | ArtifactIdbytehook |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionbytehook
A simple and user-friendly Java bytecode hook framework
can obtain the ability to modify methods without knowing the bytecode knowledge.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bytehook-1.0.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.xtherk/bytehook/ -->
<dependency>
<groupId>io.github.xtherk</groupId>
<artifactId>bytehook</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.xtherk/bytehook/
implementation 'io.github.xtherk:bytehook:1.0.0'
// https://jarcasting.com/artifacts/io.github.xtherk/bytehook/
implementation ("io.github.xtherk:bytehook:1.0.0")
'io.github.xtherk:bytehook:pom:1.0.0'
<dependency org="io.github.xtherk" name="bytehook" rev="1.0.0">
<artifact name="bytehook" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.xtherk', module='bytehook', version='1.0.0')
)
libraryDependencies += "io.github.xtherk" % "bytehook" % "1.0.0"
[io.github.xtherk/bytehook "1.0.0"]