| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJBoss Контейнер Application Servers Byteman Библиотеки уровня приложения Bytecode Manipulation |
| Группа | Группаorg.jboss.byteman |
| Идентификатор | Идентификаторbyteman-dtest |
| Последняя версия | Последняя версия4.0.19 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеbyteman-dtest
The Byteman dtest jar supports instrumentation of test code executed on remote server hosts
and validation of assertions describing the expected operation of the instrumented methods.
|
| Имя Файла | Размер |
|---|---|
| byteman-dtest-4.0.19.pom | |
| byteman-dtest-4.0.19.jar | 15 KB |
| byteman-dtest-4.0.19-sources.jar | 13 KB |
| byteman-dtest-4.0.19-javadoc.jar | 55 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jboss.byteman/byteman-dtest/ -->
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-dtest</artifactId>
<version>4.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.byteman/byteman-dtest/
implementation 'org.jboss.byteman:byteman-dtest:4.0.19'
// https://jarcasting.com/artifacts/org.jboss.byteman/byteman-dtest/
implementation ("org.jboss.byteman:byteman-dtest:4.0.19")
'org.jboss.byteman:byteman-dtest:jar:4.0.19'
<dependency org="org.jboss.byteman" name="byteman-dtest" rev="4.0.19">
<artifact name="byteman-dtest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.byteman', module='byteman-dtest', version='4.0.19')
)
libraryDependencies += "org.jboss.byteman" % "byteman-dtest" % "4.0.19"
[org.jboss.byteman/byteman-dtest "4.0.19"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jboss.byteman : byteman | jar | 4.0.19 |
| org.jboss.byteman : byteman-submit | jar | 4.0.19 |
| junit : junit | jar | 4.8.2 |