is not current version
Last Version 3.1.0

com.cvent:pangaea 3.0.0

A common library for all dropwizard projects that need to deal with multiple environments.

GroupId

GroupId

com.cvent
ArtifactId

ArtifactId

pangaea
Version

Version

3.0.0
Type

Type

jar

Download pangaea 3.0.0


<!-- https://jarcasting.com/artifacts/com.cvent/pangaea/ -->
<dependency>
    <groupId>com.cvent</groupId>
    <artifactId>pangaea</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cvent/pangaea/
implementation 'com.cvent:pangaea:3.0.0'
// https://jarcasting.com/artifacts/com.cvent/pangaea/
implementation ("com.cvent:pangaea:3.0.0")
'com.cvent:pangaea:jar:3.0.0'
<dependency org="com.cvent" name="pangaea" rev="3.0.0">
  <artifact name="pangaea" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cvent', module='pangaea', version='3.0.0')
)
libraryDependencies += "com.cvent" % "pangaea" % "3.0.0"
[com.cvent/pangaea "3.0.0"]