License |
License |
---|---|
GroupId | GroupIdorg.libreoffice |
ArtifactId | ArtifactIdridl |
Version | Version7.3.3 |
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.3.pom | |
ridl-7.3.3.jar | 381 bytes |
ridl-7.3.3-sources.jar | 182 bytes |
ridl-7.3.3-javadoc.jar | 183 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.libreoffice/ridl/ -->
<dependency>
<groupId>org.libreoffice</groupId>
<artifactId>ridl</artifactId>
<version>7.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.libreoffice/ridl/
implementation 'org.libreoffice:ridl:7.3.3'
// https://jarcasting.com/artifacts/org.libreoffice/ridl/
implementation ("org.libreoffice:ridl:7.3.3")
'org.libreoffice:ridl:jar:7.3.3'
<dependency org="org.libreoffice" name="ridl" rev="7.3.3">
<artifact name="ridl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.libreoffice', module='ridl', version='7.3.3')
)
libraryDependencies += "org.libreoffice" % "ridl" % "7.3.3"
[org.libreoffice/ridl "7.3.3"]