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