License |
License |
---|---|
GroupId | GroupIdorg.libreoffice |
ArtifactId | ArtifactIdjurt |
Last Version | Last Version7.3.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLibreOffice - Java Uno Runtime
Java Uno Runtime
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jurt-7.3.4.pom | |
jurt-7.3.4.jar | 109 KB |
jurt-7.3.4-sources.jar | 113 KB |
jurt-7.3.4-javadoc.jar | 221 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.libreoffice/jurt/ -->
<dependency>
<groupId>org.libreoffice</groupId>
<artifactId>jurt</artifactId>
<version>7.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.libreoffice/jurt/
implementation 'org.libreoffice:jurt:7.3.4'
// https://jarcasting.com/artifacts/org.libreoffice/jurt/
implementation ("org.libreoffice:jurt:7.3.4")
'org.libreoffice:jurt:jar:7.3.4'
<dependency org="org.libreoffice" name="jurt" rev="7.3.4">
<artifact name="jurt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.libreoffice', module='jurt', version='7.3.4')
)
libraryDependencies += "org.libreoffice" % "jurt" % "7.3.4"
[org.libreoffice/jurt "7.3.4"]