| License |
License |
|---|---|
| Categories |
CategoriesKeY Data Data Formats Formal Verification |
| GroupId | GroupIdnl.42 |
| ArtifactId | ArtifactIdapi-key-authentication |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description42 API Key Authentication
Helper to configure API Key authentication in Spring applications
|
| Project Organization |
Project Organization42 BV |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/nl.42/api-key-authentication/ -->
<dependency>
<groupId>nl.42</groupId>
<artifactId>api-key-authentication</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.42/api-key-authentication/
implementation 'nl.42:api-key-authentication:1.0.0'
// https://jarcasting.com/artifacts/nl.42/api-key-authentication/
implementation ("nl.42:api-key-authentication:1.0.0")
'nl.42:api-key-authentication:jar:1.0.0'
<dependency org="nl.42" name="api-key-authentication" rev="1.0.0">
<artifact name="api-key-authentication" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.42', module='api-key-authentication', version='1.0.0')
)
libraryDependencies += "nl.42" % "api-key-authentication" % "1.0.0"
[nl.42/api-key-authentication "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
| org.springframework.boot : spring-boot-starter-web Optional | jar | |
| org.springframework.boot : spring-boot-starter-security Optional | jar | |
| org.projectlombok : lombok | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | |
| org.springframework.security : spring-security-test | jar | |
| com.jayway.jsonpath : json-path | jar | |
| org.apache.httpcomponents : httpclient | jar |