Last Version

Kotlin OAuth2 server 0.7.1

Flexible OAuth2 implementation

License

License

Categories

Categories

Kotlin Languages H2 Data Databases OAuth2 Security
GroupId

GroupId

nl.myndocs
ArtifactId

ArtifactId

kotlin-oauth2-server
Version

Version

0.7.1
Type

Type

pom
Description

Description

Kotlin OAuth2 server
Flexible OAuth2 implementation
Project URL

Project URL

https://github.com/myndocs/kotlin-oauth2-server
Source Code Management

Source Code Management

https://github.com/myndocs/kotlin-oauth2-server.git

Download kotlin-oauth2-server 0.7.1


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

Dependencies

provided (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.31

test (5)

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

Project Modules

  • oauth2-server-core
  • oauth2-server-json
  • oauth2-server-integration-base
  • oauth2-server-ktor
  • oauth2-server-client-inmemory
  • oauth2-server-identity-inmemory
  • oauth2-server-token-store-inmemory
  • oauth2-server-javalin
  • oauth2-server-sparkjava
  • oauth2-server-http4k
  • oauth2-server-jwt
  • oauth2-server-hexagon