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