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