| License |
License |
|---|---|
| Categories |
CategoriesSecurity ORM Data |
| GroupId | GroupIdio.github.weresandstorm |
| ArtifactId | ArtifactIdspring-security-mongo |
| Last Version | Last Version0.8.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionspring-security-mongo
A spring-security-oauth2 extension supporting storing oauth data into MongoDB
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| spring-security-mongo-0.8.3.pom | |
| spring-security-mongo-0.8.3.jar | 51 KB |
| spring-security-mongo-0.8.3-sources.jar | 41 KB |
| spring-security-mongo-0.8.3-javadoc.jar | 242 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.weresandstorm/spring-security-mongo/ -->
<dependency>
<groupId>io.github.weresandstorm</groupId>
<artifactId>spring-security-mongo</artifactId>
<version>0.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.weresandstorm/spring-security-mongo/
implementation 'io.github.weresandstorm:spring-security-mongo:0.8.3'
// https://jarcasting.com/artifacts/io.github.weresandstorm/spring-security-mongo/
implementation ("io.github.weresandstorm:spring-security-mongo:0.8.3")
'io.github.weresandstorm:spring-security-mongo:jar:0.8.3'
<dependency org="io.github.weresandstorm" name="spring-security-mongo" rev="0.8.3">
<artifact name="spring-security-mongo" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.weresandstorm', module='spring-security-mongo', version='0.8.3')
)
libraryDependencies += "io.github.weresandstorm" % "spring-security-mongo" % "0.8.3"
[io.github.weresandstorm/spring-security-mongo "0.8.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mongodb : mongodb-driver | jar | 3.5.0 |
| com.google.guava : guava | jar | 25.1-jre |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.security.oauth : spring-security-oauth2 | jar | 2.0.15.RELEASE |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| ch.qos.logback : logback-classic | jar | 1.1.11 |
| ch.qos.logback : logback-core | jar | 1.1.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 2.6.0 |
| org.mockito : mockito-core | jar | 2.15.0 |
| com.github.fakemongo : fongo | jar | 2.1.0 |
| com.lordofthejars : nosqlunit-mongodb | jar | 0.14.0 |
| uk.org.fyodor : fyodor-core | jar | 1.0.0 |
| org.springframework : spring-test | jar | |
| org.springframework.boot : spring-boot-test | jar | 1.5.14.RELEASE |
| org.springframework.boot : spring-boot-starter-test | jar | 1.5.14.RELEASE |
| org.springframework.boot : spring-boot-starter-web | jar | 1.5.14.RELEASE |
| org.springframework.boot : spring-boot-test-autoconfigure | jar | 1.5.14.RELEASE |