owncloud-spring-boot-starter

Spring Boot Owncloud Service and Authentication Provider

Лицензия

Лицензия

Категории

Категории

Spring Boot Контейнер Микросервисы
Группа

Группа

software.coolstuff
Идентификатор

Идентификатор

owncloud-spring-boot-starter
Последняя версия

Последняя версия

1.5.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

owncloud-spring-boot-starter
Spring Boot Owncloud Service and Authentication Provider
Ссылка на сайт

Ссылка на сайт

https://github.com/coolstuffsoftware/springOwncloud
Организация-разработчик

Организация-разработчик

coolstuff.software
Система контроля версий

Система контроля версий

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

Скачать owncloud-spring-boot-starter

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (11)

Идентификатор библиотеки Тип Версия
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 Необязательный 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)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar

test (5)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
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