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