License |
License |
---|---|
GroupId | GroupIdcom.cvent |
ArtifactId | ArtifactIdpangaea |
Last Version | Last Version3.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpangaea
A common library for all dropwizard projects that need to deal with multiple environments.
|
Filename | Size |
---|---|
pangaea-3.1.0.pom | |
pangaea-3.1.0.jar | 19 KB |
pangaea-3.1.0-sources.jar | 13 KB |
pangaea-3.1.0-javadoc.jar | 103 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cvent/pangaea/ -->
<dependency>
<groupId>com.cvent</groupId>
<artifactId>pangaea</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cvent/pangaea/
implementation 'com.cvent:pangaea:3.1.0'
// https://jarcasting.com/artifacts/com.cvent/pangaea/
implementation ("com.cvent:pangaea:3.1.0")
'com.cvent:pangaea:jar:3.1.0'
<dependency org="com.cvent" name="pangaea" rev="3.1.0">
<artifact name="pangaea" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cvent', module='pangaea', version='3.1.0')
)
libraryDependencies += "com.cvent" % "pangaea" % "3.1.0"
[com.cvent/pangaea "3.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | |
io.dropwizard : dropwizard-jackson | jar | |
io.dropwizard : dropwizard-core | jar | |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | |
org.slf4j : slf4j-api | jar | |
org.apache.commons : commons-lang3 | jar | |
com.squareup.retrofit : retrofit | jar | 1.9.0 |
com.squareup.retrofit2 : retrofit | jar | 2.5.0 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-library | jar | 1.3 |
org.junit.vintage : junit-vintage-engine | jar | 4.12.3 |
org.mockito : mockito-core | jar | 2.15.0 |
org.assertj : assertj-core | jar | 3.9.1 |