Categories |
CategoriesGeo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdcom.github.ngeor |
ArtifactId | ArtifactIdspring-cors-filter |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
spring-cors-filter-1.0.2.pom | |
spring-cors-filter-1.0.2.jar | 3 KB |
spring-cors-filter-1.0.2-sources.jar | 2 KB |
spring-cors-filter-1.0.2-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ngeor/spring-cors-filter/ -->
<dependency>
<groupId>com.github.ngeor</groupId>
<artifactId>spring-cors-filter</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ngeor/spring-cors-filter/
implementation 'com.github.ngeor:spring-cors-filter:1.0.2'
// https://jarcasting.com/artifacts/com.github.ngeor/spring-cors-filter/
implementation ("com.github.ngeor:spring-cors-filter:1.0.2")
'com.github.ngeor:spring-cors-filter:jar:1.0.2'
<dependency org="com.github.ngeor" name="spring-cors-filter" rev="1.0.2">
<artifact name="spring-cors-filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ngeor', module='spring-cors-filter', version='1.0.2')
)
libraryDependencies += "com.github.ngeor" % "spring-cors-filter" % "1.0.2"
[com.github.ngeor/spring-cors-filter "1.0.2"]