License |
License |
---|---|
Categories |
CategoriesNet Security |
GroupId | GroupIdcom.networknt |
ArtifactId | ArtifactIdopenapi-security |
Last Version | Last Version2.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAn OpenAPI Specification 3.0 security module that contains all handlers to protect your server
|
Filename | Size |
---|---|
openapi-security-2.1.1.pom | |
openapi-security-2.1.1.jar | 13 KB |
openapi-security-2.1.1-sources.jar | 12 KB |
openapi-security-2.1.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.networknt/openapi-security/ -->
<dependency>
<groupId>com.networknt</groupId>
<artifactId>openapi-security</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.networknt/openapi-security/
implementation 'com.networknt:openapi-security:2.1.1'
// https://jarcasting.com/artifacts/com.networknt/openapi-security/
implementation ("com.networknt:openapi-security:2.1.1")
'com.networknt:openapi-security:jar:2.1.1'
<dependency org="com.networknt" name="openapi-security" rev="2.1.1">
<artifact name="openapi-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.networknt', module='openapi-security', version='2.1.1')
)
libraryDependencies += "com.networknt" % "openapi-security" % "2.1.1"
[com.networknt/openapi-security "2.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.networknt : http-string | jar | 2.1.1 |
com.networknt : config | jar | 2.1.1 |
com.networknt : utility | jar | 2.1.1 |
com.networknt : security | jar | 2.1.1 |
com.networknt : handler | jar | 2.1.1 |
com.networknt : status | jar | 2.1.1 |
com.networknt : json-overlay | jar | 2.1.1 |
com.networknt : openapi-parser | jar | 2.1.1 |
com.networknt : openapi-meta | jar | 2.1.1 |
io.undertow : undertow-core | jar | 2.2.14.Final |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.1 |
org.slf4j : slf4j-api | jar | 1.7.32 |
org.owasp.encoder : encoder | jar | 1.2.1 |
org.bitbucket.b_c : jose4j | jar | 0.6.3 |
Group / Artifact | Type | Version |
---|---|---|
com.networknt : client | jar | 2.1.1 |
ch.qos.logback : logback-classic | jar | 1.2.7 |
junit : junit | jar | 4.13.1 |
org.apache.commons : commons-text | jar | 1.3 |