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