License |
License |
---|---|
GroupId | GroupIdorg.calrissian.accumulorecipes |
ArtifactId | ArtifactIdaccumulorecipes-parent |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionAccumulo Recipes - Parent
The Accumulo Recipes project aims to provide reusable services for architectures utilizing Apache
Accumulo.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
accumulorecipes-parent-2.0.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/accumulorecipes-parent/ -->
<dependency>
<groupId>org.calrissian.accumulorecipes</groupId>
<artifactId>accumulorecipes-parent</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/accumulorecipes-parent/
implementation 'org.calrissian.accumulorecipes:accumulorecipes-parent:2.0.0'
// https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/accumulorecipes-parent/
implementation ("org.calrissian.accumulorecipes:accumulorecipes-parent:2.0.0")
'org.calrissian.accumulorecipes:accumulorecipes-parent:pom:2.0.0'
<dependency org="org.calrissian.accumulorecipes" name="accumulorecipes-parent" rev="2.0.0">
<artifact name="accumulorecipes-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.calrissian.accumulorecipes', module='accumulorecipes-parent', version='2.0.0')
)
libraryDependencies += "org.calrissian.accumulorecipes" % "accumulorecipes-parent" % "2.0.0"
[org.calrissian.accumulorecipes/accumulorecipes-parent "2.0.0"]