is not current version
Last Version 4.1.2

org.openoffice:juh 2.4.1

Various tools and adapters for Java Uno.

GroupId

GroupId

org.openoffice
ArtifactId

ArtifactId

juh
Version

Version

2.4.1
Type

Type

jar

Download juh 2.4.1

Filename Size
juh-2.4.1.pom
juh-2.4.1.jar 58 KB
Browse

<!-- https://jarcasting.com/artifacts/org.openoffice/juh/ -->
<dependency>
    <groupId>org.openoffice</groupId>
    <artifactId>juh</artifactId>
    <version>2.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openoffice/juh/
implementation 'org.openoffice:juh:2.4.1'
// https://jarcasting.com/artifacts/org.openoffice/juh/
implementation ("org.openoffice:juh:2.4.1")
'org.openoffice:juh:jar:2.4.1'
<dependency org="org.openoffice" name="juh" rev="2.4.1">
  <artifact name="juh" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openoffice', module='juh', version='2.4.1')
)
libraryDependencies += "org.openoffice" % "juh" % "2.4.1"
[org.openoffice/juh "2.4.1"]