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