| GroupId | GroupIdus.careydevelopment.ecosystem |
|---|---|
| ArtifactId | ArtifactIdparent |
| Version | Version1.6.0-RELEASE |
| Type | Typepom |
| Filename | Size |
|---|---|
| parent-1.6.0-RELEASE.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/us.careydevelopment.ecosystem/parent/ -->
<dependency>
<groupId>us.careydevelopment.ecosystem</groupId>
<artifactId>parent</artifactId>
<version>1.6.0-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/us.careydevelopment.ecosystem/parent/
implementation 'us.careydevelopment.ecosystem:parent:1.6.0-RELEASE'
// https://jarcasting.com/artifacts/us.careydevelopment.ecosystem/parent/
implementation ("us.careydevelopment.ecosystem:parent:1.6.0-RELEASE")
'us.careydevelopment.ecosystem:parent:pom:1.6.0-RELEASE'
<dependency org="us.careydevelopment.ecosystem" name="parent" rev="1.6.0-RELEASE">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='us.careydevelopment.ecosystem', module='parent', version='1.6.0-RELEASE')
)
libraryDependencies += "us.careydevelopment.ecosystem" % "parent" % "1.6.0-RELEASE"
[us.careydevelopment.ecosystem/parent "1.6.0-RELEASE"]