is not current version
Last Version 12.0.2

NextCloud Java API library 12.0.0

Java api library to access nextcloud features from java applications

License

License

GroupId

GroupId

org.aarboard.nextcloud
ArtifactId

ArtifactId

nextcloud-api
Version

Version

12.0.0
Type

Type

jar
Description

Description

NextCloud Java API library
Java api library to access nextcloud features from java applications
Project URL

Project URL

https://github.com/a-schild/nextcloud-java-api
Source Code Management

Source Code Management

https://github.com/a-schild/nextcloud-java-api

Download nextcloud-api 12.0.0


<!-- https://jarcasting.com/artifacts/org.aarboard.nextcloud/nextcloud-api/ -->
<dependency>
    <groupId>org.aarboard.nextcloud</groupId>
    <artifactId>nextcloud-api</artifactId>
    <version>12.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.aarboard.nextcloud/nextcloud-api/
implementation 'org.aarboard.nextcloud:nextcloud-api:12.0.0'
// https://jarcasting.com/artifacts/org.aarboard.nextcloud/nextcloud-api/
implementation ("org.aarboard.nextcloud:nextcloud-api:12.0.0")
'org.aarboard.nextcloud:nextcloud-api:jar:12.0.0'
<dependency org="org.aarboard.nextcloud" name="nextcloud-api" rev="12.0.0">
  <artifact name="nextcloud-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aarboard.nextcloud', module='nextcloud-api', version='12.0.0')
)
libraryDependencies += "org.aarboard.nextcloud" % "nextcloud-api" % "12.0.0"
[org.aarboard.nextcloud/nextcloud-api "12.0.0"]

Dependencies

compile (10)

Group / Artifact Type Version
org.apache.httpcomponents : httpcore jar 4.4.14
org.apache.httpcomponents : httpasyncclient jar 4.1.4
org.apache.httpcomponents : httpclient jar 4.5.13
org.slf4j : slf4j-api jar 1.7.32
com.github.lookfirst : sardine jar 5.10
commons-io : commons-io jar 2.11.0
org.apache.commons : commons-lang3 jar 3.12.0
jakarta.xml.bind : jakarta.xml.bind-api jar 2.3.3
org.glassfish.jaxb : jaxb-runtime jar 2.3.5
com.fasterxml.jackson.core : jackson-databind jar 2.13.0

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.32
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.