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