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