is not current version
Last Version 3.1.0

com.cvent:pangaea 3.0.1

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

Type

jar

Download pangaea 3.0.1


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