| Categories |
CategoriesAWS Container PaaS Providers |
|---|---|
| GroupId | GroupIdcom.bazaarvoice.awslocal |
| ArtifactId | ArtifactIdparent |
| Last Version | Last Version2.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| parent-2.0.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.awslocal/parent/ -->
<dependency>
<groupId>com.bazaarvoice.awslocal</groupId>
<artifactId>parent</artifactId>
<version>2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.awslocal/parent/
implementation 'com.bazaarvoice.awslocal:parent:2.0'
// https://jarcasting.com/artifacts/com.bazaarvoice.awslocal/parent/
implementation ("com.bazaarvoice.awslocal:parent:2.0")
'com.bazaarvoice.awslocal:parent:pom:2.0'
<dependency org="com.bazaarvoice.awslocal" name="parent" rev="2.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.awslocal', module='parent', version='2.0')
)
libraryDependencies += "com.bazaarvoice.awslocal" % "parent" % "2.0"
[com.bazaarvoice.awslocal/parent "2.0"]