Categories |
CategoriesAWS Container PaaS Providers |
---|---|
GroupId | GroupIdorg.buffalo-coders.aws |
ArtifactId | ArtifactIdparent |
Version | Version1 |
Type | Typepom |
Filename | Size |
---|---|
parent-1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.buffalo-coders.aws/parent/ -->
<dependency>
<groupId>org.buffalo-coders.aws</groupId>
<artifactId>parent</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.buffalo-coders.aws/parent/
implementation 'org.buffalo-coders.aws:parent:1'
// https://jarcasting.com/artifacts/org.buffalo-coders.aws/parent/
implementation ("org.buffalo-coders.aws:parent:1")
'org.buffalo-coders.aws:parent:pom:1'
<dependency org="org.buffalo-coders.aws" name="parent" rev="1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.buffalo-coders.aws', module='parent', version='1')
)
libraryDependencies += "org.buffalo-coders.aws" % "parent" % "1"
[org.buffalo-coders.aws/parent "1"]