owncloud-spring-boot-starter

Spring Boot Owncloud Service and Authentication Provider

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

software.coolstuff
ArtifactId

ArtifactId

owncloud-spring-boot-starter
Last Version

Last Version

1.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

owncloud-spring-boot-starter
Spring Boot Owncloud Service and Authentication Provider
Project URL

Project URL

https://github.com/coolstuffsoftware/springOwncloud
Project Organization

Project Organization

coolstuff.software
Source Code Management

Source Code Management

https://github.com/coolstuffsoftware/owncloud-spring-boot-starter

Download owncloud-spring-boot-starter

How to add to project

<!-- https://jarcasting.com/artifacts/software.coolstuff/owncloud-spring-boot-starter/ -->
<dependency>
    <groupId>software.coolstuff</groupId>
    <artifactId>owncloud-spring-boot-starter</artifactId>
    <version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/software.coolstuff/owncloud-spring-boot-starter/
implementation 'software.coolstuff:owncloud-spring-boot-starter:1.5.0'
// https://jarcasting.com/artifacts/software.coolstuff/owncloud-spring-boot-starter/
implementation ("software.coolstuff:owncloud-spring-boot-starter:1.5.0")
'software.coolstuff:owncloud-spring-boot-starter:jar:1.5.0'
<dependency org="software.coolstuff" name="owncloud-spring-boot-starter" rev="1.5.0">
  <artifact name="owncloud-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.coolstuff', module='owncloud-spring-boot-starter', version='1.5.0')
)
libraryDependencies += "software.coolstuff" % "owncloud-spring-boot-starter" % "1.5.0"
[software.coolstuff/owncloud-spring-boot-starter "1.5.0"]

Dependencies

compile (11)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar
org.springframework.boot : spring-boot-starter-security jar
org.springframework.boot : spring-boot-starter-aop jar
org.springframework.boot : spring-boot-starter-validation jar
org.springframework.boot : spring-boot-configuration-processor Optional jar
org.apache.commons : commons-lang3 jar 3.7
commons-io : commons-io jar 2.6
org.apache.commons : commons-collections4 jar 4.1
com.github.lookfirst : sardine jar 5.9
com.google.guava : guava jar 28.2-jre
com.fasterxml.jackson.dataformat : jackson-dataformat-xml jar

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar

test (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar
org.springframework.security : spring-security-test jar
org.xmlunit : xmlunit-core jar 2.6.0
org.apache.velocity : velocity jar 1.7
org.apache.velocity : velocity-tools jar 2.0

Project Modules

There are no modules declared in this project.

owncloud-spring-boot-starter

Spring Owncloud Services and AuthenticationProvider (with UserDetailsService)

Maven Central Travis Test Coverage Javadocs

Audience

This Project aims at Developers who wants to enable their SpringBoot Application to be authenticated against an Owncloud Instance and use the Owncloud Provisioning API.

Short Usage

Maven

Add the following Dependency to your pom.xml:

<dependency>
  <groupId>software.coolstuff</groupId>
  <artifactId>owncloud-spring-boot-starter</artifactId>
  <version>1.5.0</version>
</dependency>

application.properties

Add the following Property to your application.properties

owncloud.location=https://owncloud.example.com # URL of the Owncloud Instance

Documentation

Further Documentation can be found here

software.coolstuff

coolstuff.software

coolstuff.software - Software for cool People

Versions

Version
1.5.0
1.4.0
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1