| GroupId | GroupIdorg.siqisource.agave |
|---|---|
| ArtifactId | ArtifactIdagave |
| Version | Version1.0.0 |
| Type | Typepom |
| 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"]