Java Runtime Interface Definition Library.
The type library and the precompiled Java interfaces of the UDK API..
Here is the list of declaration for ridl. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.openoffice</groupId> <artifactId>ridl</artifactId> <version>3.2.1</version> </dependency>
If you think this Maven repository POM file listing for ridl is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:GNU Lesser General Public License, Version 3
URL: http://www.openoffice.org/license.html.
The following packages are defined in the ridl-3.2.1.jar
com.sun.star.beans com.sun.star.bridge com.sun.star.bridge.oleautomation com.sun.star.connection com.sun.star.container com.sun.star.corba com.sun.star.corba.giop com.sun.star.corba.iiop com.sun.star.corba.iop com.sun.star.io com.sun.star.java com.sun.star.lang com.sun.star.lib.uno.typedesc com.sun.star.lib.uno.typeinfo com.sun.star.lib.util com.sun.star.loader com.sun.star.reflection com.sun.star.registry com.sun.star.script com.sun.star.security com.sun.star.task com.sun.star.test com.sun.star.test.bridge com.sun.star.test.performance com.sun.star.uno com.sun.star.uri com.sun.star.util com.sun.star.util.logging
Here is the content of the POM file.
<?xml version="1.0"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.openoffice</groupId> <artifactId>ridl</artifactId> <version>3.2.1</version> <packaging>jar</packaging> <name>Java Runtime Interface Definition Library</name> <description>The type library and the precompiled Java interfaces of the UDK API.</description> <url>http://udk.openoffice.org</url> <licenses> <license> <name>GNU Lesser General Public License, Version 3</name> <url>http://www.openoffice.org/license.html</url> </license> </licenses> <scm> <url>http://udk.openoffice.org/source/browse/api/</url> <connection> scm:cvs:pserver:anoncvs@anoncvs.services.openoffice.org:/cvs </connection> </scm> <dependencies> <!-- none --> </dependencies> </project>