License |
License |
---|---|
GroupId | GroupIdorg.openoffice |
ArtifactId | ArtifactIdridl |
Last Version | Last Version4.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Runtime Interface Definition Library
The type library and the precompiled Java interfaces of the UDK API.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ridl-4.1.2.pom | |
ridl-4.1.2.jar | 250 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openoffice/ridl/ -->
<dependency>
<groupId>org.openoffice</groupId>
<artifactId>ridl</artifactId>
<version>4.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.openoffice/ridl/
implementation 'org.openoffice:ridl:4.1.2'
// https://jarcasting.com/artifacts/org.openoffice/ridl/
implementation ("org.openoffice:ridl:4.1.2")
'org.openoffice:ridl:jar:4.1.2'
<dependency org="org.openoffice" name="ridl" rev="4.1.2">
<artifact name="ridl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openoffice', module='ridl', version='4.1.2')
)
libraryDependencies += "org.openoffice" % "ridl" % "4.1.2"
[org.openoffice/ridl "4.1.2"]