Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.github.ruifengho |
ArtifactId | ArtifactIdsimple-security |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
simple-security-1.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ruifengho/simple-security/ -->
<dependency>
<groupId>com.github.ruifengho</groupId>
<artifactId>simple-security</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ruifengho/simple-security/
implementation 'com.github.ruifengho:simple-security:1.0'
// https://jarcasting.com/artifacts/com.github.ruifengho/simple-security/
implementation ("com.github.ruifengho:simple-security:1.0")
'com.github.ruifengho:simple-security:pom:1.0'
<dependency org="com.github.ruifengho" name="simple-security" rev="1.0">
<artifact name="simple-security" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ruifengho', module='simple-security', version='1.0')
)
libraryDependencies += "com.github.ruifengho" % "simple-security" % "1.0"
[com.github.ruifengho/simple-security "1.0"]