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