Categories |
CategoriesNet Security |
---|---|
GroupId | GroupIdcom.networknt |
ArtifactId | ArtifactIdopenapi-security |
Version | Version2.0.12 |
Type | Typejar |
Filename | Size |
---|---|
openapi-security-2.0.12.pom | |
openapi-security-2.0.12.jar | 13 KB |
openapi-security-2.0.12-sources.jar | 12 KB |
openapi-security-2.0.12-javadoc.jar | 394 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.networknt/openapi-security/ -->
<dependency>
<groupId>com.networknt</groupId>
<artifactId>openapi-security</artifactId>
<version>2.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.networknt/openapi-security/
implementation 'com.networknt:openapi-security:2.0.12'
// https://jarcasting.com/artifacts/com.networknt/openapi-security/
implementation ("com.networknt:openapi-security:2.0.12")
'com.networknt:openapi-security:jar:2.0.12'
<dependency org="com.networknt" name="openapi-security" rev="2.0.12">
<artifact name="openapi-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.networknt', module='openapi-security', version='2.0.12')
)
libraryDependencies += "com.networknt" % "openapi-security" % "2.0.12"
[com.networknt/openapi-security "2.0.12"]