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