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