Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.gitee.topfine |
ArtifactId | ArtifactIdQuickDevSecurity |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
QuickDevSecurity-2.0.0.pom | |
QuickDevSecurity-2.0.0.jar | 90 KB |
QuickDevSecurity-2.0.0-sources.jar | 56 KB |
QuickDevSecurity-2.0.0-javadoc.jar | 250 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.topfine/QuickDevSecurity/ -->
<dependency>
<groupId>com.gitee.topfine</groupId>
<artifactId>QuickDevSecurity</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.topfine/QuickDevSecurity/
implementation 'com.gitee.topfine:QuickDevSecurity:2.0.0'
// https://jarcasting.com/artifacts/com.gitee.topfine/QuickDevSecurity/
implementation ("com.gitee.topfine:QuickDevSecurity:2.0.0")
'com.gitee.topfine:QuickDevSecurity:jar:2.0.0'
<dependency org="com.gitee.topfine" name="QuickDevSecurity" rev="2.0.0">
<artifact name="QuickDevSecurity" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.topfine', module='QuickDevSecurity', version='2.0.0')
)
libraryDependencies += "com.gitee.topfine" % "QuickDevSecurity" % "2.0.0"
[com.gitee.topfine/QuickDevSecurity "2.0.0"]