is not current version
Last Version 1.0.1

org.siqisource.agave:agave 1.0.0

agave is an Open Source implementation of an web application.

GroupId

GroupId

org.siqisource.agave
ArtifactId

ArtifactId

agave
Version

Version

1.0.0
Type

Type

pom

Download agave 1.0.0

Filename Size
agave-1.0.0.pom 12 KB
Browse

<!-- https://jarcasting.com/artifacts/org.siqisource.agave/agave/ -->
<dependency>
    <groupId>org.siqisource.agave</groupId>
    <artifactId>agave</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.siqisource.agave/agave/
implementation 'org.siqisource.agave:agave:1.0.0'
// https://jarcasting.com/artifacts/org.siqisource.agave/agave/
implementation ("org.siqisource.agave:agave:1.0.0")
'org.siqisource.agave:agave:pom:1.0.0'
<dependency org="org.siqisource.agave" name="agave" rev="1.0.0">
  <artifact name="agave" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.siqisource.agave', module='agave', version='1.0.0')
)
libraryDependencies += "org.siqisource.agave" % "agave" % "1.0.0"
[org.siqisource.agave/agave "1.0.0"]