| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.bigwolftime |
| Идентификатор | Идентификаторredefine |
| Версия | Версия0.0.2 |
| Тип | Типjar |
| Описание |
Описаниеredefine
Use ByteBuddy API for code redefinition(Java)
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| redefine-0.0.2.pom | |
| redefine-0.0.2.jar | 24 KB |
| redefine-0.0.2-sources.jar | 15 KB |
| redefine-0.0.2-javadoc.jar | 91 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.bigwolftime/redefine/ -->
<dependency>
<groupId>io.github.bigwolftime</groupId>
<artifactId>redefine</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.bigwolftime/redefine/
implementation 'io.github.bigwolftime:redefine:0.0.2'
// https://jarcasting.com/artifacts/io.github.bigwolftime/redefine/
implementation ("io.github.bigwolftime:redefine:0.0.2")
'io.github.bigwolftime:redefine:jar:0.0.2'
<dependency org="io.github.bigwolftime" name="redefine" rev="0.0.2">
<artifact name="redefine" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.bigwolftime', module='redefine', version='0.0.2')
)
libraryDependencies += "io.github.bigwolftime" % "redefine" % "0.0.2"
[io.github.bigwolftime/redefine "0.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.bytebuddy : byte-buddy-agent | jar | 1.10.18 |
| org.apache.commons : commons-io | jar | 1.3.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.0.1 |