| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.rya |
| ArtifactId | ArtifactIdrya.test.accumulo |
| Last Version | Last Version4.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache Rya Test Accumulo
This module contains the Rya Test Accumulo components that help write
Accumulo based integration tests.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| rya.test.accumulo-4.0.1.pom | |
| rya.test.accumulo-4.0.1.jar | 17 KB |
| rya.test.accumulo-4.0.1-sources.jar | 14 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.rya/rya.test.accumulo/ -->
<dependency>
<groupId>org.apache.rya</groupId>
<artifactId>rya.test.accumulo</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.rya/rya.test.accumulo/
implementation 'org.apache.rya:rya.test.accumulo:4.0.1'
// https://jarcasting.com/artifacts/org.apache.rya/rya.test.accumulo/
implementation ("org.apache.rya:rya.test.accumulo:4.0.1")
'org.apache.rya:rya.test.accumulo:jar:4.0.1'
<dependency org="org.apache.rya" name="rya.test.accumulo" rev="4.0.1">
<artifact name="rya.test.accumulo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.rya', module='rya.test.accumulo', version='4.0.1')
)
libraryDependencies += "org.apache.rya" % "rya.test.accumulo" % "4.0.1"
[org.apache.rya/rya.test.accumulo "4.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.stephenc.findbugs : findbugs-annotations | jar | 1.3.9-1 |
| org.apache.accumulo : accumulo-minicluster | jar | 1.6.4 |
| junit : junit | jar | 4.12 |