is not current version
Last Version 7.3.4

org.libreoffice:ridl 5.3.1

Types for the Java Uno typesystem

GroupId

GroupId

org.libreoffice
ArtifactId

ArtifactId

ridl
Version

Version

5.3.1
Type

Type

jar

Download ridl 5.3.1


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