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