| Категории |
КатегорииБезопасность |
|---|---|
| Группа | Группаno.priv.bang.authservice |
| Идентификатор | Идентификаторauthservice.web.security |
| Версия | Версия1.11.16 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/no.priv.bang.authservice/authservice.web.security/ -->
<dependency>
<groupId>no.priv.bang.authservice</groupId>
<artifactId>authservice.web.security</artifactId>
<version>1.11.16</version>
</dependency>
// https://jarcasting.com/artifacts/no.priv.bang.authservice/authservice.web.security/
implementation 'no.priv.bang.authservice:authservice.web.security:1.11.16'
// https://jarcasting.com/artifacts/no.priv.bang.authservice/authservice.web.security/
implementation ("no.priv.bang.authservice:authservice.web.security:1.11.16")
'no.priv.bang.authservice:authservice.web.security:jar:1.11.16'
<dependency org="no.priv.bang.authservice" name="authservice.web.security" rev="1.11.16">
<artifact name="authservice.web.security" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.priv.bang.authservice', module='authservice.web.security', version='1.11.16')
)
libraryDependencies += "no.priv.bang.authservice" % "authservice.web.security" % "1.11.16"
[no.priv.bang.authservice/authservice.web.security "1.11.16"]