| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.open-esb.core |
| Идентификатор | Идентификаторtestengine_rt |
| Версия | Версия2.4.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| testengine_rt-2.4.2.pom | |
| testengine_rt-2.4.2.jar | 2 KB |
| testengine_rt-2.4.2-javadoc.jar | 334 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.open-esb.core/testengine_rt/ -->
<dependency>
<groupId>net.open-esb.core</groupId>
<artifactId>testengine_rt</artifactId>
<version>2.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.open-esb.core/testengine_rt/
implementation 'net.open-esb.core:testengine_rt:2.4.2'
// https://jarcasting.com/artifacts/net.open-esb.core/testengine_rt/
implementation ("net.open-esb.core:testengine_rt:2.4.2")
'net.open-esb.core:testengine_rt:jar:2.4.2'
<dependency org="net.open-esb.core" name="testengine_rt" rev="2.4.2">
<artifact name="testengine_rt" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.open-esb.core', module='testengine_rt', version='2.4.2')
)
libraryDependencies += "net.open-esb.core" % "testengine_rt" % "2.4.2"
[net.open-esb.core/testengine_rt "2.4.2"]