is not current version
Last Version 4.1.2

org.openoffice:ridl 2.3.1

The "ridljar" module implements the base types for the Java Uno typesystem, as well as a types access library.

GroupId

GroupId

org.openoffice
ArtifactId

ArtifactId

ridl
Version

Version

2.3.1
Type

Type

jar

Download ridl 2.3.1

Filename Size
ridl-2.3.1.pom
ridl-2.3.1.jar 245 KB
Browse

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