| Группа | Группаorg.apache.karaf.itests |
|---|---|
| Идентификатор | Идентификаторitests |
| Версия | Версия2.2.5 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| itests-2.2.5.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.karaf.itests/itests/ -->
<dependency>
<groupId>org.apache.karaf.itests</groupId>
<artifactId>itests</artifactId>
<version>2.2.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.karaf.itests/itests/
implementation 'org.apache.karaf.itests:itests:2.2.5'
// https://jarcasting.com/artifacts/org.apache.karaf.itests/itests/
implementation ("org.apache.karaf.itests:itests:2.2.5")
'org.apache.karaf.itests:itests:pom:2.2.5'
<dependency org="org.apache.karaf.itests" name="itests" rev="2.2.5">
<artifact name="itests" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.karaf.itests', module='itests', version='2.2.5')
)
libraryDependencies += "org.apache.karaf.itests" % "itests" % "2.2.5"
[org.apache.karaf.itests/itests "2.2.5"]