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