Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.networknt |
ArtifactId | ArtifactIdcors |
Version | Version1.6.9 |
Type | Typejar |
Filename | Size |
---|---|
cors-1.6.9.pom | |
cors-1.6.9.jar | 8 KB |
cors-1.6.9-sources.jar | 8 KB |
cors-1.6.9-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.networknt/cors/ -->
<dependency>
<groupId>com.networknt</groupId>
<artifactId>cors</artifactId>
<version>1.6.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.networknt/cors/
implementation 'com.networknt:cors:1.6.9'
// https://jarcasting.com/artifacts/com.networknt/cors/
implementation ("com.networknt:cors:1.6.9")
'com.networknt:cors:jar:1.6.9'
<dependency org="com.networknt" name="cors" rev="1.6.9">
<artifact name="cors" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.networknt', module='cors', version='1.6.9')
)
libraryDependencies += "com.networknt" % "cors" % "1.6.9"
[com.networknt/cors "1.6.9"]