Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.github.fanzezhen |
ArtifactId | ArtifactIdsecurity |
Version | Version1.3.3.1 |
Type | Typejar |
Filename | Size |
---|---|
security-1.3.3.1.pom | |
security-1.3.3.1.jar | 35 KB |
security-1.3.3.1-sources.jar | 19 KB |
security-1.3.3.1-javadoc.jar | 503 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fanzezhen/security/ -->
<dependency>
<groupId>com.github.fanzezhen</groupId>
<artifactId>security</artifactId>
<version>1.3.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fanzezhen/security/
implementation 'com.github.fanzezhen:security:1.3.3.1'
// https://jarcasting.com/artifacts/com.github.fanzezhen/security/
implementation ("com.github.fanzezhen:security:1.3.3.1")
'com.github.fanzezhen:security:jar:1.3.3.1'
<dependency org="com.github.fanzezhen" name="security" rev="1.3.3.1">
<artifact name="security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fanzezhen', module='security', version='1.3.3.1')
)
libraryDependencies += "com.github.fanzezhen" % "security" % "1.3.3.1"
[com.github.fanzezhen/security "1.3.3.1"]