| Категории |
КатегорииБезопасность |
|---|---|
| Группа | Группаcom.github.shawven |
| Идентификатор | Идентификаторsecurity |
| Версия | Версия2.0.7 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| security-2.0.7.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.shawven/security/ -->
<dependency>
<groupId>com.github.shawven</groupId>
<artifactId>security</artifactId>
<version>2.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.shawven/security/
implementation 'com.github.shawven:security:2.0.7'
// https://jarcasting.com/artifacts/com.github.shawven/security/
implementation ("com.github.shawven:security:2.0.7")
'com.github.shawven:security:pom:2.0.7'
<dependency org="com.github.shawven" name="security" rev="2.0.7">
<artifact name="security" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.shawven', module='security', version='2.0.7')
)
libraryDependencies += "com.github.shawven" % "security" % "2.0.7"
[com.github.shawven/security "2.0.7"]