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