| License |
License |
|---|---|
| GroupId | GroupIdcom.codebits |
| ArtifactId | ArtifactIdd4m |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.codebits:d4m
Java support for the D4M Accumulo schema
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| d4m-1.0.2.pom | |
| d4m-1.0.2.jar | 7 KB |
| d4m-1.0.2-sources.jar | 3 KB |
| d4m-1.0.2-javadoc.jar | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.codebits/d4m/ -->
<dependency>
<groupId>com.codebits</groupId>
<artifactId>d4m</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.codebits/d4m/
implementation 'com.codebits:d4m:1.0.2'
// https://jarcasting.com/artifacts/com.codebits/d4m/
implementation ("com.codebits:d4m:1.0.2")
'com.codebits:d4m:jar:1.0.2'
<dependency org="com.codebits" name="d4m" rev="1.0.2">
<artifact name="d4m" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codebits', module='d4m', version='1.0.2')
)
libraryDependencies += "com.codebits" % "d4m" % "1.0.2"
[com.codebits/d4m "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.accumulo : accumulo-core | jar | 1.6.1 |
| org.projectlombok : lombok | jar | 1.14.8 |
| log4j : log4j | jar | 1.2.17 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-core | jar | 1.9.5 |