License |
License |
---|---|
Categories |
CategoriesH2 Data Databases OAuth2 Security |
GroupId | GroupIdnl.myndocs |
ArtifactId | ArtifactIdoauth2-server-ktor |
Last Version | Last Version0.7.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFlexible OAuth2 implementation
|
Filename | Size |
---|---|
oauth2-server-ktor-0.7.1.pom | |
oauth2-server-ktor-0.7.1.jar | 20 KB |
oauth2-server-ktor-0.7.1-sources.jar | 4 KB |
oauth2-server-ktor-0.7.1-javadoc.jar | 280 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.myndocs/oauth2-server-ktor/ -->
<dependency>
<groupId>nl.myndocs</groupId>
<artifactId>oauth2-server-ktor</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/nl.myndocs/oauth2-server-ktor/
implementation 'nl.myndocs:oauth2-server-ktor:0.7.1'
// https://jarcasting.com/artifacts/nl.myndocs/oauth2-server-ktor/
implementation ("nl.myndocs:oauth2-server-ktor:0.7.1")
'nl.myndocs:oauth2-server-ktor:jar:0.7.1'
<dependency org="nl.myndocs" name="oauth2-server-ktor" rev="0.7.1">
<artifact name="oauth2-server-ktor" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.myndocs', module='oauth2-server-ktor', version='0.7.1')
)
libraryDependencies += "nl.myndocs" % "oauth2-server-ktor" % "0.7.1"
[nl.myndocs/oauth2-server-ktor "0.7.1"]
Group / Artifact | Type | Version |
---|---|---|
nl.myndocs : oauth2-server-json | jar | 0.7.1 |
Group / Artifact | Type | Version |
---|---|---|
io.ktor : ktor-server-core | jar | 1.1.2 |
nl.myndocs : oauth2-server-core | jar | 0.7.1 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.31 |
Group / Artifact | Type | Version |
---|---|---|
io.ktor : ktor-server-netty | jar | 1.1.2 |
nl.myndocs : oauth2-server-integration-base | jar | 0.7.1 |
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 |