GroupId | GroupIdcom.cvent |
---|---|
ArtifactId | ArtifactIdpangaea |
Version | Version3.0.2 |
Type | Typejar |
Filename | Size |
---|---|
pangaea-3.0.2.pom | |
pangaea-3.0.2.jar | 20 KB |
pangaea-3.0.2-sources.jar | 15 KB |
pangaea-3.0.2-javadoc.jar | 113 KB |
Browse |
<!-- 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"]