License |
License |
---|---|
Categories |
CategoriesKotlin Languages H2 Data Databases OAuth2 Security |
GroupId | GroupIdnl.myndocs |
ArtifactId | ArtifactIdkotlin-oauth2-server |
Last Version | Last Version0.7.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionKotlin OAuth2 server
Flexible OAuth2 implementation
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlin-oauth2-server-0.7.1.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.myndocs/kotlin-oauth2-server/ -->
<dependency>
<groupId>nl.myndocs</groupId>
<artifactId>kotlin-oauth2-server</artifactId>
<version>0.7.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/nl.myndocs/kotlin-oauth2-server/
implementation 'nl.myndocs:kotlin-oauth2-server:0.7.1'
// https://jarcasting.com/artifacts/nl.myndocs/kotlin-oauth2-server/
implementation ("nl.myndocs:kotlin-oauth2-server:0.7.1")
'nl.myndocs:kotlin-oauth2-server:pom:0.7.1'
<dependency org="nl.myndocs" name="kotlin-oauth2-server" rev="0.7.1">
<artifact name="kotlin-oauth2-server" type="pom" />
</dependency>
@Grapes(
@Grab(group='nl.myndocs', module='kotlin-oauth2-server', version='0.7.1')
)
libraryDependencies += "nl.myndocs" % "kotlin-oauth2-server" % "0.7.1"
[nl.myndocs/kotlin-oauth2-server "0.7.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.31 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test | jar | 1.3.31 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.2.0 |
io.mockk : mockk | jar | 1.9.3 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.slf4j : slf4j-simple | jar | 1.7.25 |