is not current version
Last Version 4.1.2

org.openoffice:ridl 3.0.1

The type library and the precompiled Java interfaces of the UDK API.

GroupId

GroupId

org.openoffice
ArtifactId

ArtifactId

ridl
Version

Version

3.0.1
Type

Type

jar

Download ridl 3.0.1

Filename Size
ridl-3.0.1.pom
ridl-3.0.1.jar 247 KB
Browse

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