Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.paganini2008.atlantis |
ArtifactId | ArtifactIdjellyfish |
Version | Version1.0-RC2 |
Type | Typepom |
Filename | Size |
---|---|
jellyfish-1.0-RC2.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.paganini2008.atlantis/jellyfish/ -->
<dependency>
<groupId>com.github.paganini2008.atlantis</groupId>
<artifactId>jellyfish</artifactId>
<version>1.0-RC2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.paganini2008.atlantis/jellyfish/
implementation 'com.github.paganini2008.atlantis:jellyfish:1.0-RC2'
// https://jarcasting.com/artifacts/com.github.paganini2008.atlantis/jellyfish/
implementation ("com.github.paganini2008.atlantis:jellyfish:1.0-RC2")
'com.github.paganini2008.atlantis:jellyfish:pom:1.0-RC2'
<dependency org="com.github.paganini2008.atlantis" name="jellyfish" rev="1.0-RC2">
<artifact name="jellyfish" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.paganini2008.atlantis', module='jellyfish', version='1.0-RC2')
)
libraryDependencies += "com.github.paganini2008.atlantis" % "jellyfish" % "1.0-RC2"
[com.github.paganini2008.atlantis/jellyfish "1.0-RC2"]