GroupId | GroupIdcom.moz.fiji.testing |
---|---|
ArtifactId | ArtifactIdfake-hbase |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
fake-hbase-0.1.1.pom | |
fake-hbase-0.1.1.jar | 154 KB |
fake-hbase-0.1.1-sources.jar | 1 KB |
fake-hbase-0.1.1-javadoc.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.moz.fiji.testing/fake-hbase/ -->
<dependency>
<groupId>com.moz.fiji.testing</groupId>
<artifactId>fake-hbase</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.moz.fiji.testing/fake-hbase/
implementation 'com.moz.fiji.testing:fake-hbase:0.1.1'
// https://jarcasting.com/artifacts/com.moz.fiji.testing/fake-hbase/
implementation ("com.moz.fiji.testing:fake-hbase:0.1.1")
'com.moz.fiji.testing:fake-hbase:jar:0.1.1'
<dependency org="com.moz.fiji.testing" name="fake-hbase" rev="0.1.1">
<artifact name="fake-hbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.moz.fiji.testing', module='fake-hbase', version='0.1.1')
)
libraryDependencies += "com.moz.fiji.testing" % "fake-hbase" % "0.1.1"
[com.moz.fiji.testing/fake-hbase "0.1.1"]