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