o

ole

Kuali OLE is designed by and for academic and research libraries for managing and delivering intellectual information. OLE is an enterprise-ready, community-source software package to manage and provide access not only to items in their collections but also to licensed and local digital content.
http://${kuali.site.hostname}/ole/${project.version}
Files download
File Operation
ole-1.5.1.pom download
Apache Maven
<dependency>
  <groupId>org.kuali.ole</groupId>
  <artifactId>ole</artifactId>
  <version>1.5.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.kuali.ole:ole:1.5.1'
Gradle Kotlin
implementation("org.kuali.ole:ole:1.5.1")
Scala SBT
libraryDependencies += "org.kuali.ole" % "ole" % "1.5.1"
Groovy Grape
@Grapes(
  @Grab(group='org.kuali.ole', module='ole', version='1.5.1')
)
Apache Ivy
<dependency org="org.kuali.ole" name="ole" rev="1.5.1" />
Leiningen
[org.kuali.ole/ole "1.5.1"]
Apache Buildr
'org.kuali.ole:ole:jar:1.5.1'