| Группа | Группаcom.gu |
|---|---|
| Идентификатор | Идентификаторrequest-authentication-filter_2.12 |
| Версия | Версия1.22 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.gu/request-authentication-filter_2.12/ -->
<dependency>
<groupId>com.gu</groupId>
<artifactId>request-authentication-filter_2.12</artifactId>
<version>1.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.gu/request-authentication-filter_2.12/
implementation 'com.gu:request-authentication-filter_2.12:1.22'
// https://jarcasting.com/artifacts/com.gu/request-authentication-filter_2.12/
implementation ("com.gu:request-authentication-filter_2.12:1.22")
'com.gu:request-authentication-filter_2.12:jar:1.22'
<dependency org="com.gu" name="request-authentication-filter_2.12" rev="1.22">
<artifact name="request-authentication-filter_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gu', module='request-authentication-filter_2.12', version='1.22')
)
libraryDependencies += "com.gu" % "request-authentication-filter_2.12" % "1.22"
[com.gu/request-authentication-filter_2.12 "1.22"]