GroupId | GroupIdorg.bitbucket.bradleysmithllc.etl-agent |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version1.3.1 |
Type | Typepom |
Filename | Size |
---|---|
parent-1.3.1.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>1.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.bradleysmithllc.etl-agent/parent/
implementation 'org.bitbucket.bradleysmithllc.etl-agent:parent:1.3.1'
// https://jarcasting.com/artifacts/org.bitbucket.bradleysmithllc.etl-agent/parent/
implementation ("org.bitbucket.bradleysmithllc.etl-agent:parent:1.3.1")
'org.bitbucket.bradleysmithllc.etl-agent:parent:pom:1.3.1'
<dependency org="org.bitbucket.bradleysmithllc.etl-agent" name="parent" rev="1.3.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.bradleysmithllc.etl-agent', module='parent', version='1.3.1')
)
libraryDependencies += "org.bitbucket.bradleysmithllc.etl-agent" % "parent" % "1.3.1"
[org.bitbucket.bradleysmithllc.etl-agent/parent "1.3.1"]