| License |
License |
|---|---|
| GroupId | GroupIdorg.aarboard.nextcloud |
| ArtifactId | ArtifactIdnextcloud-api |
| Version | Version11.5.0 |
| Type | Typejar |
| Description |
DescriptionNextCloud Java API library
Java api library to access nextcloud features from java applications
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| nextcloud-api-11.5.0.pom | |
| nextcloud-api-11.5.0.jar | 64 KB |
| nextcloud-api-11.5.0-sources.jar | 44 KB |
| nextcloud-api-11.5.0-javadoc.jar | 272 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.aarboard.nextcloud/nextcloud-api/ -->
<dependency>
<groupId>org.aarboard.nextcloud</groupId>
<artifactId>nextcloud-api</artifactId>
<version>11.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.aarboard.nextcloud/nextcloud-api/
implementation 'org.aarboard.nextcloud:nextcloud-api:11.5.0'
// https://jarcasting.com/artifacts/org.aarboard.nextcloud/nextcloud-api/
implementation ("org.aarboard.nextcloud:nextcloud-api:11.5.0")
'org.aarboard.nextcloud:nextcloud-api:jar:11.5.0'
<dependency org="org.aarboard.nextcloud" name="nextcloud-api" rev="11.5.0">
<artifact name="nextcloud-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aarboard.nextcloud', module='nextcloud-api', version='11.5.0')
)
libraryDependencies += "org.aarboard.nextcloud" % "nextcloud-api" % "11.5.0"
[org.aarboard.nextcloud/nextcloud-api "11.5.0"]
| 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.30 |
| com.github.lookfirst : sardine | jar | 5.10 |
| commons-io : commons-io | jar | 2.8.0 |
| jakarta.xml.bind : jakarta.xml.bind-api | jar | 2.3.3 |
| org.glassfish.jaxb : jaxb-runtime | jar | 2.3.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.30 |
| junit : junit | jar | 4.13.1 |