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