| Категории |
КатегорииДанные |
|---|---|
| Группа | Группаcom.blazegraph |
| Идентификатор | Идентификаторbigdata-core-test |
| Версия | Версия2.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| bigdata-core-test-2.0.0.pom | |
| bigdata-core-test-2.0.0.jar | 3 MB |
| bigdata-core-test-2.0.0-tests.jar | 2 MB |
| bigdata-core-test-2.0.0-sources.jar | 4 MB |
| bigdata-core-test-2.0.0-javadoc.jar | 5 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.blazegraph/bigdata-core-test/ -->
<dependency>
<groupId>com.blazegraph</groupId>
<artifactId>bigdata-core-test</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.blazegraph/bigdata-core-test/
implementation 'com.blazegraph:bigdata-core-test:2.0.0'
// https://jarcasting.com/artifacts/com.blazegraph/bigdata-core-test/
implementation ("com.blazegraph:bigdata-core-test:2.0.0")
'com.blazegraph:bigdata-core-test:jar:2.0.0'
<dependency org="com.blazegraph" name="bigdata-core-test" rev="2.0.0">
<artifact name="bigdata-core-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.blazegraph', module='bigdata-core-test', version='2.0.0')
)
libraryDependencies += "com.blazegraph" % "bigdata-core-test" % "2.0.0"
[com.blazegraph/bigdata-core-test "2.0.0"]