GroupId | GroupIdcom.github.yongyongwang |
---|---|
ArtifactId | ArtifactIdservlet-cors |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
servlet-cors-0.0.4.pom | |
servlet-cors-0.0.4.jar | 5 KB |
servlet-cors-0.0.4-sources.jar | 3 KB |
servlet-cors-0.0.4-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yongyongwang/servlet-cors/ -->
<dependency>
<groupId>com.github.yongyongwang</groupId>
<artifactId>servlet-cors</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yongyongwang/servlet-cors/
implementation 'com.github.yongyongwang:servlet-cors:0.0.4'
// https://jarcasting.com/artifacts/com.github.yongyongwang/servlet-cors/
implementation ("com.github.yongyongwang:servlet-cors:0.0.4")
'com.github.yongyongwang:servlet-cors:jar:0.0.4'
<dependency org="com.github.yongyongwang" name="servlet-cors" rev="0.0.4">
<artifact name="servlet-cors" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yongyongwang', module='servlet-cors', version='0.0.4')
)
libraryDependencies += "com.github.yongyongwang" % "servlet-cors" % "0.0.4"
[com.github.yongyongwang/servlet-cors "0.0.4"]