GroupId | GroupIdcom.cvent |
---|---|
ArtifactId | ArtifactIdpangaea |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
pangaea-2.0.0.pom | |
pangaea-2.0.0.jar | 20 KB |
pangaea-2.0.0-sources.jar | 15 KB |
pangaea-2.0.0-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cvent/pangaea/ -->
<dependency>
<groupId>com.cvent</groupId>
<artifactId>pangaea</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cvent/pangaea/
implementation 'com.cvent:pangaea:2.0.0'
// https://jarcasting.com/artifacts/com.cvent/pangaea/
implementation ("com.cvent:pangaea:2.0.0")
'com.cvent:pangaea:jar:2.0.0'
<dependency org="com.cvent" name="pangaea" rev="2.0.0">
<artifact name="pangaea" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cvent', module='pangaea', version='2.0.0')
)
libraryDependencies += "com.cvent" % "pangaea" % "2.0.0"
[com.cvent/pangaea "2.0.0"]