| Categories |
CategoriesDropWizard Container Microservices |
|---|---|
| GroupId | GroupIdcom.bazaarvoice.dropwizard |
| ArtifactId | ArtifactIdparent |
| Last Version | Last Version2.0.5 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionDropwizard Caching Bundle Parent
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| parent-2.0.5.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.dropwizard/parent/ -->
<dependency>
<groupId>com.bazaarvoice.dropwizard</groupId>
<artifactId>parent</artifactId>
<version>2.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.dropwizard/parent/
implementation 'com.bazaarvoice.dropwizard:parent:2.0.5'
// https://jarcasting.com/artifacts/com.bazaarvoice.dropwizard/parent/
implementation ("com.bazaarvoice.dropwizard:parent:2.0.5")
'com.bazaarvoice.dropwizard:parent:pom:2.0.5'
<dependency org="com.bazaarvoice.dropwizard" name="parent" rev="2.0.5">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.dropwizard', module='parent', version='2.0.5')
)
libraryDependencies += "com.bazaarvoice.dropwizard" % "parent" % "2.0.5"
[com.bazaarvoice.dropwizard/parent "2.0.5"]