License |
License |
---|---|
GroupId | GroupIdorg.libreoffice |
ArtifactId | ArtifactIdridl |
Last Version | Last Version7.3.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLibreOffice - Types for the Java Uno typesystem
Types for the Java Uno typesystem
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ridl-7.3.4.pom | |
ridl-7.3.4.jar | 249 KB |
ridl-7.3.4-sources.jar | 42 KB |
ridl-7.3.4-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.libreoffice/ridl/ -->
<dependency>
<groupId>org.libreoffice</groupId>
<artifactId>ridl</artifactId>
<version>7.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.libreoffice/ridl/
implementation 'org.libreoffice:ridl:7.3.4'
// https://jarcasting.com/artifacts/org.libreoffice/ridl/
implementation ("org.libreoffice:ridl:7.3.4")
'org.libreoffice:ridl:jar:7.3.4'
<dependency org="org.libreoffice" name="ridl" rev="7.3.4">
<artifact name="ridl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.libreoffice', module='ridl', version='7.3.4')
)
libraryDependencies += "org.libreoffice" % "ridl" % "7.3.4"
[org.libreoffice/ridl "7.3.4"]