DragonZone Base OSS Pom
This repository contains shared Maven POM configuration for use across DragonZone projects.
License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdzone.dragon |
ArtifactId | ArtifactIdbase-dropwizard-pom |
Last Version | Last Version2.0.39-515607 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionDragonZone :: Base POM for Dropwizard
POM file for managing DragonZone Dropwizard projects
|
Project Organization |
Project OrganizationDragonZone |
Filename | Size |
---|---|
base-dropwizard-pom-2.0.39-515607.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/zone.dragon/base-dropwizard-pom/ -->
<dependency>
<groupId>zone.dragon</groupId>
<artifactId>base-dropwizard-pom</artifactId>
<version>2.0.39-515607</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/zone.dragon/base-dropwizard-pom/
implementation 'zone.dragon:base-dropwizard-pom:2.0.39-515607'
// https://jarcasting.com/artifacts/zone.dragon/base-dropwizard-pom/
implementation ("zone.dragon:base-dropwizard-pom:2.0.39-515607")
'zone.dragon:base-dropwizard-pom:pom:2.0.39-515607'
<dependency org="zone.dragon" name="base-dropwizard-pom" rev="2.0.39-515607">
<artifact name="base-dropwizard-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='zone.dragon', module='base-dropwizard-pom', version='2.0.39-515607')
)
libraryDependencies += "zone.dragon" % "base-dropwizard-pom" % "2.0.39-515607"
[zone.dragon/base-dropwizard-pom "2.0.39-515607"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.10 |
This repository contains shared Maven POM configuration for use across DragonZone projects.