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