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