License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcom.github.ruifengho |
ArtifactId | ArtifactIdsimple-security |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simple-security-1.1.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.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ruifengho/simple-security/
implementation 'com.github.ruifengho:simple-security:1.1'
// https://jarcasting.com/artifacts/com.github.ruifengho/simple-security/
implementation ("com.github.ruifengho:simple-security:1.1")
'com.github.ruifengho:simple-security:pom:1.1'
<dependency org="com.github.ruifengho" name="simple-security" rev="1.1">
<artifact name="simple-security" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ruifengho', module='simple-security', version='1.1')
)
libraryDependencies += "com.github.ruifengho" % "simple-security" % "1.1"
[com.github.ruifengho/simple-security "1.1"]