l

lgpl-utils

Blazegraph Modifications to the LGPL utils. This are forked from a version under LGPLv2.1.
GNU LESSER GENERAL PUBLIC LICENSE Version 2.1
Files download
File Operation
lgpl-utils-2.1.4.jar download
lgpl-utils-2.1.4.pom download
lgpl-utils-2.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.blazegraph</groupId>
  <artifactId>lgpl-utils</artifactId>
  <version>2.1.4</version>
</dependency>
Gradle Groovy
implementation 'com.blazegraph:lgpl-utils:2.1.4'
Gradle Kotlin
implementation("com.blazegraph:lgpl-utils:2.1.4")
Scala SBT
libraryDependencies += "com.blazegraph" % "lgpl-utils" % "2.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.blazegraph', module='lgpl-utils', version='2.1.4')
)
Apache Ivy
<dependency org="com.blazegraph" name="lgpl-utils" rev="2.1.4" />
Leiningen
[com.blazegraph/lgpl-utils "2.1.4"]
Apache Buildr
'com.blazegraph:lgpl-utils:jar:2.1.4'