u

unohelper

Simple, no overhead Java wrapper for the LibreOffice UNO API
https://github.com/LibreOffice/UNOHelper
EUPL-1.1
The Document Foundation
Files download
File Operation
unohelper-5.0.3.jar download
unohelper-5.0.3.pom download
unohelper-5.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.libreoffice.ext</groupId>
  <artifactId>unohelper</artifactId>
  <version>5.0.3</version>
</dependency>
Gradle Groovy
implementation 'org.libreoffice.ext:unohelper:5.0.3'
Gradle Kotlin
implementation("org.libreoffice.ext:unohelper:5.0.3")
Scala SBT
libraryDependencies += "org.libreoffice.ext" % "unohelper" % "5.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.libreoffice.ext', module='unohelper', version='5.0.3')
)
Apache Ivy
<dependency org="org.libreoffice.ext" name="unohelper" rev="5.0.3" />
Leiningen
[org.libreoffice.ext/unohelper "5.0.3"]
Apache Buildr
'org.libreoffice.ext:unohelper:jar:5.0.3'