License |
License |
---|---|
GroupId | GroupIdorg.libreoffice |
ArtifactId | ArtifactIdjuh |
Version | Version7.2.3 |
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.3.pom | |
juh-7.2.3.jar | 395 bytes |
juh-7.2.3-sources.jar | 182 bytes |
juh-7.2.3-javadoc.jar | 183 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.libreoffice/juh/ -->
<dependency>
<groupId>org.libreoffice</groupId>
<artifactId>juh</artifactId>
<version>7.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.libreoffice/juh/
implementation 'org.libreoffice:juh:7.2.3'
// https://jarcasting.com/artifacts/org.libreoffice/juh/
implementation ("org.libreoffice:juh:7.2.3")
'org.libreoffice:juh:jar:7.2.3'
<dependency org="org.libreoffice" name="juh" rev="7.2.3">
<artifact name="juh" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.libreoffice', module='juh', version='7.2.3')
)
libraryDependencies += "org.libreoffice" % "juh" % "7.2.3"
[org.libreoffice/juh "7.2.3"]