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