d

dsi-utils

Blazegraph Modifications to the DSI utils. This are forked from version 1.10.0 under LGPLv2.1.
GNU LESSER GENERAL PUBLIC LICENSE Version 2.1
文件下载
文件名 操作
dsi-utils-2.1.4.jar 下载
dsi-utils-2.1.4.pom 下载
dsi-utils-2.1.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.blazegraph</groupId>
  <artifactId>dsi-utils</artifactId>
  <version>2.1.4</version>
</dependency>
Gradle Groovy
implementation 'com.blazegraph:dsi-utils:2.1.4'
Gradle Kotlin
implementation("com.blazegraph:dsi-utils:2.1.4")
Scala SBT
libraryDependencies += "com.blazegraph" % "dsi-utils" % "2.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.blazegraph', module='dsi-utils', version='2.1.4')
)
Apache Ivy
<dependency org="com.blazegraph" name="dsi-utils" rev="2.1.4" />
Leiningen
[com.blazegraph/dsi-utils "2.1.4"]
Apache Buildr
'com.blazegraph:dsi-utils:jar:2.1.4'