is not current version
Last Version 4.1.2

org.openoffice:juh 2.3.1

Various tools and adapters for Java Uno.

GroupId

GroupId

org.openoffice
ArtifactId

ArtifactId

juh
Version

Version

2.3.1
Type

Type

jar

Download juh 2.3.1

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

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