| Группа | Группаorg.ow2.bundles |
|---|---|
| Идентификатор | Идентификаторow2-util-externals |
| Последняя версия | Последняя версияutil-bundle.version |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеOW2 Bundles :: Externals
All external utils
|
| Имя Файла | Размер |
|---|---|
| ow2-util-externals-util-bundle.version.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ow2.bundles/ow2-util-externals/ -->
<dependency>
<groupId>org.ow2.bundles</groupId>
<artifactId>ow2-util-externals</artifactId>
<version>util-bundle.version</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.bundles/ow2-util-externals/
implementation 'org.ow2.bundles:ow2-util-externals:util-bundle.version'
// https://jarcasting.com/artifacts/org.ow2.bundles/ow2-util-externals/
implementation ("org.ow2.bundles:ow2-util-externals:util-bundle.version")
'org.ow2.bundles:ow2-util-externals:pom:util-bundle.version'
<dependency org="org.ow2.bundles" name="ow2-util-externals" rev="util-bundle.version">
<artifact name="ow2-util-externals" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.bundles', module='ow2-util-externals', version='util-bundle.version')
)
libraryDependencies += "org.ow2.bundles" % "ow2-util-externals" % "util-bundle.version"
[org.ow2.bundles/ow2-util-externals "util-bundle.version"]