| Categories |
CategoriesSecurity Blade User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdcom.hellokaton |
| ArtifactId | ArtifactIdblade-security |
| Version | Version2.1.0.BETA |
| Type | Typejar |
| Filename | Size |
|---|---|
| blade-security-2.1.0.BETA.pom | |
| blade-security-2.1.0.BETA.jar | 28 KB |
| blade-security-2.1.0.BETA-sources.jar | 11 KB |
| blade-security-2.1.0.BETA-javadoc.jar | 81 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hellokaton/blade-security/ -->
<dependency>
<groupId>com.hellokaton</groupId>
<artifactId>blade-security</artifactId>
<version>2.1.0.BETA</version>
</dependency>
// https://jarcasting.com/artifacts/com.hellokaton/blade-security/
implementation 'com.hellokaton:blade-security:2.1.0.BETA'
// https://jarcasting.com/artifacts/com.hellokaton/blade-security/
implementation ("com.hellokaton:blade-security:2.1.0.BETA")
'com.hellokaton:blade-security:jar:2.1.0.BETA'
<dependency org="com.hellokaton" name="blade-security" rev="2.1.0.BETA">
<artifact name="blade-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hellokaton', module='blade-security', version='2.1.0.BETA')
)
libraryDependencies += "com.hellokaton" % "blade-security" % "2.1.0.BETA"
[com.hellokaton/blade-security "2.1.0.BETA"]