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