Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.github.fanzezhen.common |
ArtifactId | ArtifactIdcommon-security |
Version | Version0.0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
common-security-0.0.3.0.pom | |
common-security-0.0.3.0.jar | 30 KB |
common-security-0.0.3.0-sources.jar | 20 KB |
common-security-0.0.3.0-javadoc.jar | 519 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fanzezhen.common/common-security/ -->
<dependency>
<groupId>com.github.fanzezhen.common</groupId>
<artifactId>common-security</artifactId>
<version>0.0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fanzezhen.common/common-security/
implementation 'com.github.fanzezhen.common:common-security:0.0.3.0'
// https://jarcasting.com/artifacts/com.github.fanzezhen.common/common-security/
implementation ("com.github.fanzezhen.common:common-security:0.0.3.0")
'com.github.fanzezhen.common:common-security:jar:0.0.3.0'
<dependency org="com.github.fanzezhen.common" name="common-security" rev="0.0.3.0">
<artifact name="common-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fanzezhen.common', module='common-security', version='0.0.3.0')
)
libraryDependencies += "com.github.fanzezhen.common" % "common-security" % "0.0.3.0"
[com.github.fanzezhen.common/common-security "0.0.3.0"]