| License |
License |
|---|---|
| GroupId | GroupIdorg.jcors |
| ArtifactId | ArtifactIdjcors |
| Version | Version1.2 |
| Type | Typejar |
| Description |
DescriptionJCors
Cross-Origin Resource Sharing for Java
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jcors-1.2.pom | |
| jcors-1.2.jar | 19 KB |
| jcors-1.2-sources.jar | 11 KB |
| jcors-1.2-javadoc.jar | 85 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jcors/jcors/ -->
<dependency>
<groupId>org.jcors</groupId>
<artifactId>jcors</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jcors/jcors/
implementation 'org.jcors:jcors:1.2'
// https://jarcasting.com/artifacts/org.jcors/jcors/
implementation ("org.jcors:jcors:1.2")
'org.jcors:jcors:jar:1.2'
<dependency org="org.jcors" name="jcors" rev="1.2">
<artifact name="jcors" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jcors', module='jcors', version='1.2')
)
libraryDependencies += "org.jcors" % "jcors" % "1.2"
[org.jcors/jcors "1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.16 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |