GroupId | GroupIdorg.bitbucket.bradleysmithllc.etl-agent |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version2.2.0.11 |
Type | Typepom |
Filename | Size |
---|---|
parent-2.2.0.11.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.bradleysmithllc.etl-agent/parent/ -->
<dependency>
<groupId>org.bitbucket.bradleysmithllc.etl-agent</groupId>
<artifactId>parent</artifactId>
<version>2.2.0.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.bradleysmithllc.etl-agent/parent/
implementation 'org.bitbucket.bradleysmithllc.etl-agent:parent:2.2.0.11'
// https://jarcasting.com/artifacts/org.bitbucket.bradleysmithllc.etl-agent/parent/
implementation ("org.bitbucket.bradleysmithllc.etl-agent:parent:2.2.0.11")
'org.bitbucket.bradleysmithllc.etl-agent:parent:pom:2.2.0.11'
<dependency org="org.bitbucket.bradleysmithllc.etl-agent" name="parent" rev="2.2.0.11">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.bradleysmithllc.etl-agent', module='parent', version='2.2.0.11')
)
libraryDependencies += "org.bitbucket.bradleysmithllc.etl-agent" % "parent" % "2.2.0.11"
[org.bitbucket.bradleysmithllc.etl-agent/parent "2.2.0.11"]