License |
License |
---|---|
GroupId | GroupIdorg.libreoffice |
ArtifactId | ArtifactIdjuh |
Version | Version7.2.5 |
Type | Typejar |
Description |
DescriptionLibreOffice - Java UNO helper
Java UNO helper
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
juh-7.2.5.pom | |
juh-7.2.5.jar | 395 bytes |
juh-7.2.5-sources.jar | 182 bytes |
juh-7.2.5-javadoc.jar | 183 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.libreoffice/juh/ -->
<dependency>
<groupId>org.libreoffice</groupId>
<artifactId>juh</artifactId>
<version>7.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.libreoffice/juh/
implementation 'org.libreoffice:juh:7.2.5'
// https://jarcasting.com/artifacts/org.libreoffice/juh/
implementation ("org.libreoffice:juh:7.2.5")
'org.libreoffice:juh:jar:7.2.5'
<dependency org="org.libreoffice" name="juh" rev="7.2.5">
<artifact name="juh" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.libreoffice', module='juh', version='7.2.5')
)
libraryDependencies += "org.libreoffice" % "juh" % "7.2.5"
[org.libreoffice/juh "7.2.5"]