| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJBoss Контейнер Application Servers Byteman Библиотеки уровня приложения Bytecode Manipulation |
| Группа | Группаorg.jboss.byteman |
| Идентификатор | Идентификаторbyteman |
| Последняя версия | Последняя версия4.0.19 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеbyteman
The byteman jar merges the byteman-agent jar contents with those of the
byteman-jigsaw and byteman-layer jars as a mutli-release jar. The contents
of the latter two jars are installed under META-INF/versions/9 ensuring
that they are only linked when Byteman is deployed on a JDK9+ JVM
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| byteman-4.0.19.pom | |
| byteman-4.0.19.jar | 649 KB |
| byteman-4.0.19-sources.jar | 351 KB |
| byteman-4.0.19-javadoc.jar | 850 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jboss.byteman/byteman/ -->
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman</artifactId>
<version>4.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.byteman/byteman/
implementation 'org.jboss.byteman:byteman:4.0.19'
// https://jarcasting.com/artifacts/org.jboss.byteman/byteman/
implementation ("org.jboss.byteman:byteman:4.0.19")
'org.jboss.byteman:byteman:jar:4.0.19'
<dependency org="org.jboss.byteman" name="byteman" rev="4.0.19">
<artifact name="byteman" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.byteman', module='byteman', version='4.0.19')
)
libraryDependencies += "org.jboss.byteman" % "byteman" % "4.0.19"
[org.jboss.byteman/byteman "4.0.19"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jboss.byteman » byteman-agent | jar | 4.0.19 |
| org.jboss.byteman : byteman-layer | jar | 4.0.19 |
| org.jboss.byteman » byteman-jigsaw | jar | 4.0.19 |