is not current version
Last Version 2

org.buffalo-coders.aws:parent 1

Apache Maven parent for our AWS projects.

Categories

Categories

AWS Container PaaS Providers
GroupId

GroupId

org.buffalo-coders.aws
ArtifactId

ArtifactId

parent
Version

Version

1
Type

Type

pom

Download parent 1

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"]