GroupId | GroupIdcom.github.bordertech.restfriends |
---|---|
ArtifactId | ArtifactIdrestfriends-cors-filters |
Version | Version1.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-cors-filters/ -->
<dependency>
<groupId>com.github.bordertech.restfriends</groupId>
<artifactId>restfriends-cors-filters</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-cors-filters/
implementation 'com.github.bordertech.restfriends:restfriends-cors-filters:1.0.5'
// https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-cors-filters/
implementation ("com.github.bordertech.restfriends:restfriends-cors-filters:1.0.5")
'com.github.bordertech.restfriends:restfriends-cors-filters:jar:1.0.5'
<dependency org="com.github.bordertech.restfriends" name="restfriends-cors-filters" rev="1.0.5">
<artifact name="restfriends-cors-filters" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.restfriends', module='restfriends-cors-filters', version='1.0.5')
)
libraryDependencies += "com.github.bordertech.restfriends" % "restfriends-cors-filters" % "1.0.5"
[com.github.bordertech.restfriends/restfriends-cors-filters "1.0.5"]