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