GroupId | GroupIdorg.fudaa.framework.ctulu |
---|---|
ArtifactId | ArtifactIdctulu-gis |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
ctulu-gis-1.0.pom | |
ctulu-gis-1.0.jar | 333 KB |
ctulu-gis-1.0-tests.jar | 27 KB |
ctulu-gis-1.0-sources.jar | 271 KB |
ctulu-gis-1.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fudaa.framework.ctulu/ctulu-gis/ -->
<dependency>
<groupId>org.fudaa.framework.ctulu</groupId>
<artifactId>ctulu-gis</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.fudaa.framework.ctulu/ctulu-gis/
implementation 'org.fudaa.framework.ctulu:ctulu-gis:1.0'
// https://jarcasting.com/artifacts/org.fudaa.framework.ctulu/ctulu-gis/
implementation ("org.fudaa.framework.ctulu:ctulu-gis:1.0")
'org.fudaa.framework.ctulu:ctulu-gis:jar:1.0'
<dependency org="org.fudaa.framework.ctulu" name="ctulu-gis" rev="1.0">
<artifact name="ctulu-gis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fudaa.framework.ctulu', module='ctulu-gis', version='1.0')
)
libraryDependencies += "org.fudaa.framework.ctulu" % "ctulu-gis" % "1.0"
[org.fudaa.framework.ctulu/ctulu-gis "1.0"]