is not current version
Last Version 3.1.0

com.cvent:pangaea 3.0.2

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.2
Type

Type

jar

Download pangaea 3.0.2


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