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