<dependency> <groupId>org.libreoffice.ext</groupId> <artifactId>unohelper</artifactId> <version>5.0.3</version> </dependency>
implementation 'org.libreoffice.ext:unohelper:5.0.3'
implementation("org.libreoffice.ext:unohelper:5.0.3")
libraryDependencies += "org.libreoffice.ext" % "unohelper" % "5.0.3"
@Grapes( @Grab(group='org.libreoffice.ext', module='unohelper', version='5.0.3') )
<dependency org="org.libreoffice.ext" name="unohelper" rev="5.0.3" />
[org.libreoffice.ext/unohelper "5.0.3"]
'org.libreoffice.ext:unohelper:jar:5.0.3'
compile
|-- org.libreoffice:libreoffice:7.5.3
|-- org.libreoffice:unoloader:7.5.3
|-- org.apache.commons:commons-lang3:3.11
|-- com.google.guava:guava:32.1.1-jre
|-- org.jsoup:jsoup:1.15.3