| License | License | 
|---|---|
| GroupId | GroupIdorg.apache.accumulo | 
| ArtifactId | ArtifactIdexamples-simple | 
| Last Version | Last Version1.4.5 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionexamples-simple Apache Accumulo is a sorted, distributed key/value store based on Google's BigTable design. It is built on top of Apache Hadoop, Zookeeper, and Thrift. It features a few novel improvements on the BigTable design in the form of cell-level access labels and a server-side programming mechanism that can modify key/value pairs at various points in the data management process. | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| examples-simple-1.4.5.pom | |
| examples-simple-1.4.5.jar | 133 KB | 
| examples-simple-1.4.5-sources.jar | 83 KB | 
| examples-simple-1.4.5-javadoc.jar | 329 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.accumulo/examples-simple/ -->
<dependency>
    <groupId>org.apache.accumulo</groupId>
    <artifactId>examples-simple</artifactId>
    <version>1.4.5</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.accumulo/examples-simple/
implementation 'org.apache.accumulo:examples-simple:1.4.5'// https://jarcasting.com/artifacts/org.apache.accumulo/examples-simple/
implementation ("org.apache.accumulo:examples-simple:1.4.5")'org.apache.accumulo:examples-simple:jar:1.4.5'<dependency org="org.apache.accumulo" name="examples-simple" rev="1.4.5">
  <artifact name="examples-simple" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.accumulo', module='examples-simple', version='1.4.5')
)libraryDependencies += "org.apache.accumulo" % "examples-simple" % "1.4.5"[org.apache.accumulo/examples-simple "1.4.5"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.accumulo : accumulo-core | jar | 1.4.5 | 
| log4j : log4j | jar | 1.2.16 | 
| commons-codec : commons-codec | jar | 1.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 |