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