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