Categories |
CategoriesAnt Build Tools Geo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdio.advantageous |
ArtifactId | ArtifactIdreakt |
Version | Version1.0.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
reakt-1.0.0.RELEASE.pom | |
reakt-1.0.0.RELEASE.jar | 36 KB |
reakt-1.0.0.RELEASE-sources.jar | 25 KB |
reakt-1.0.0.RELEASE-javadoc.jar | 140 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.advantageous/reakt/ -->
<dependency>
<groupId>io.advantageous</groupId>
<artifactId>reakt</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.advantageous/reakt/
implementation 'io.advantageous:reakt:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/io.advantageous/reakt/
implementation ("io.advantageous:reakt:1.0.0.RELEASE")
'io.advantageous:reakt:jar:1.0.0.RELEASE'
<dependency org="io.advantageous" name="reakt" rev="1.0.0.RELEASE">
<artifact name="reakt" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.advantageous', module='reakt', version='1.0.0.RELEASE')
)
libraryDependencies += "io.advantageous" % "reakt" % "1.0.0.RELEASE"
[io.advantageous/reakt "1.0.0.RELEASE"]