| Группа | Группаorg.janusgraph |
|---|---|
| Идентификатор | Идентификаторexample-hbase |
| Версия | Версия0.4.1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| example-hbase-0.4.1.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.janusgraph/example-hbase/ -->
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>example-hbase</artifactId>
<version>0.4.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.janusgraph/example-hbase/
implementation 'org.janusgraph:example-hbase:0.4.1'
// https://jarcasting.com/artifacts/org.janusgraph/example-hbase/
implementation ("org.janusgraph:example-hbase:0.4.1")
'org.janusgraph:example-hbase:pom:0.4.1'
<dependency org="org.janusgraph" name="example-hbase" rev="0.4.1">
<artifact name="example-hbase" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.janusgraph', module='example-hbase', version='0.4.1')
)
libraryDependencies += "org.janusgraph" % "example-hbase" % "0.4.1"
[org.janusgraph/example-hbase "0.4.1"]