is not current version
Last Version 1.0.2

com.codebits:d4m 1.0.0

Java support for the D4M Accumulo schema

GroupId

GroupId

com.codebits
ArtifactId

ArtifactId

d4m
Version

Version

1.0.0
Type

Type

jar

Download d4m 1.0.0


<!-- https://jarcasting.com/artifacts/com.codebits/d4m/ -->
<dependency>
    <groupId>com.codebits</groupId>
    <artifactId>d4m</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.codebits/d4m/
implementation 'com.codebits:d4m:1.0.0'
// https://jarcasting.com/artifacts/com.codebits/d4m/
implementation ("com.codebits:d4m:1.0.0")
'com.codebits:d4m:jar:1.0.0'
<dependency org="com.codebits" name="d4m" rev="1.0.0">
  <artifact name="d4m" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codebits', module='d4m', version='1.0.0')
)
libraryDependencies += "com.codebits" % "d4m" % "1.0.0"
[com.codebits/d4m "1.0.0"]