is not current version
Last Version 4.1.2

org.openoffice:ridl 2.1.0

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.1.0
Type

Type

jar

Download ridl 2.1.0

Filename Size
ridl-2.1.0.pom
ridl-2.1.0.jar 241 KB
Browse

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