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