GroupId | GroupIdcom.lordofthejars |
---|---|
ArtifactId | ArtifactIdnosqlunit-hbase |
Version | Version0.7.2 |
Type | Typejar |
Filename | Size |
---|---|
nosqlunit-hbase-0.7.2.pom | |
nosqlunit-hbase-0.7.2.jar | 33 KB |
nosqlunit-hbase-0.7.2-sources.jar | 16 KB |
nosqlunit-hbase-0.7.2-javadoc.jar | 135 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit-hbase/ -->
<dependency>
<groupId>com.lordofthejars</groupId>
<artifactId>nosqlunit-hbase</artifactId>
<version>0.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit-hbase/
implementation 'com.lordofthejars:nosqlunit-hbase:0.7.2'
// https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit-hbase/
implementation ("com.lordofthejars:nosqlunit-hbase:0.7.2")
'com.lordofthejars:nosqlunit-hbase:jar:0.7.2'
<dependency org="com.lordofthejars" name="nosqlunit-hbase" rev="0.7.2">
<artifact name="nosqlunit-hbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lordofthejars', module='nosqlunit-hbase', version='0.7.2')
)
libraryDependencies += "com.lordofthejars" % "nosqlunit-hbase" % "0.7.2"
[com.lordofthejars/nosqlunit-hbase "0.7.2"]