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