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