| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJBoss Контейнер Application Servers Byteman Библиотеки уровня приложения Bytecode Manipulation |
| Группа | Группаorg.jboss.byteman |
| Идентификатор | Идентификаторbyteman-layer |
| Версия | Версия4.0.16 |
| Тип | Типjar |
| Описание |
Описаниеbyteman-layer
The Byteman layer jar provides support for agents
to create a Jigsaw module layer at runtime, install
a module in the layer and populate the layer with
classes defined via byte arrays in class file
format.
|
| Имя Файла | Размер |
|---|---|
| byteman-layer-4.0.16.pom | |
| byteman-layer-4.0.16.jar | 7 KB |
| byteman-layer-4.0.16-sources.jar | 6 KB |
| byteman-layer-4.0.16-javadoc.jar | 404 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jboss.byteman/byteman-layer/ -->
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-layer</artifactId>
<version>4.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.byteman/byteman-layer/
implementation 'org.jboss.byteman:byteman-layer:4.0.16'
// https://jarcasting.com/artifacts/org.jboss.byteman/byteman-layer/
implementation ("org.jboss.byteman:byteman-layer:4.0.16")
'org.jboss.byteman:byteman-layer:jar:4.0.16'
<dependency org="org.jboss.byteman" name="byteman-layer" rev="4.0.16">
<artifact name="byteman-layer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.byteman', module='byteman-layer', version='4.0.16')
)
libraryDependencies += "org.jboss.byteman" % "byteman-layer" % "4.0.16"
[org.jboss.byteman/byteman-layer "4.0.16"]