GroupId | GroupIdorg.libreoffice |
---|---|
ArtifactId | ArtifactIdridl |
Version | Version5.3.2 |
Type | Typejar |
Filename | Size |
---|---|
ridl-5.3.2.pom | |
ridl-5.3.2.jar | 251 KB |
ridl-5.3.2-sources.jar | 42 KB |
ridl-5.3.2-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.libreoffice/ridl/ -->
<dependency>
<groupId>org.libreoffice</groupId>
<artifactId>ridl</artifactId>
<version>5.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.libreoffice/ridl/
implementation 'org.libreoffice:ridl:5.3.2'
// https://jarcasting.com/artifacts/org.libreoffice/ridl/
implementation ("org.libreoffice:ridl:5.3.2")
'org.libreoffice:ridl:jar:5.3.2'
<dependency org="org.libreoffice" name="ridl" rev="5.3.2">
<artifact name="ridl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.libreoffice', module='ridl', version='5.3.2')
)
libraryDependencies += "org.libreoffice" % "ridl" % "5.3.2"
[org.libreoffice/ridl "5.3.2"]