Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.http4k |
ArtifactId | ArtifactIdhttp4k-security-oauth |
Version | Version4.3.3.0 |
Type | Typejar |
Filename | Size |
---|---|
http4k-security-oauth-4.3.3.0.pom | |
http4k-security-oauth-4.3.3.0.jar | 280 KB |
http4k-security-oauth-4.3.3.0-sources.jar | 37 KB |
http4k-security-oauth-4.3.3.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.http4k/http4k-security-oauth/ -->
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-security-oauth</artifactId>
<version>4.3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4k/http4k-security-oauth/
implementation 'org.http4k:http4k-security-oauth:4.3.3.0'
// https://jarcasting.com/artifacts/org.http4k/http4k-security-oauth/
implementation ("org.http4k:http4k-security-oauth:4.3.3.0")
'org.http4k:http4k-security-oauth:jar:4.3.3.0'
<dependency org="org.http4k" name="http4k-security-oauth" rev="4.3.3.0">
<artifact name="http4k-security-oauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4k', module='http4k-security-oauth', version='4.3.3.0')
)
libraryDependencies += "org.http4k" % "http4k-security-oauth" % "4.3.3.0"
[org.http4k/http4k-security-oauth "4.3.3.0"]