Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.blazegraph |
ArtifactId | ArtifactIdbigdata-core-test |
Version | Version2.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.blazegraph/bigdata-core-test/ -->
<dependency>
<groupId>com.blazegraph</groupId>
<artifactId>bigdata-core-test</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.blazegraph/bigdata-core-test/
implementation 'com.blazegraph:bigdata-core-test:2.0.1'
// https://jarcasting.com/artifacts/com.blazegraph/bigdata-core-test/
implementation ("com.blazegraph:bigdata-core-test:2.0.1")
'com.blazegraph:bigdata-core-test:jar:2.0.1'
<dependency org="com.blazegraph" name="bigdata-core-test" rev="2.0.1">
<artifact name="bigdata-core-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.blazegraph', module='bigdata-core-test', version='2.0.1')
)
libraryDependencies += "com.blazegraph" % "bigdata-core-test" % "2.0.1"
[com.blazegraph/bigdata-core-test "2.0.1"]