Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcc.vihackerframework |
ArtifactId | ArtifactIdvihacker-security-starter |
Version | Version1.0.4.R |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cc.vihackerframework/vihacker-security-starter/ -->
<dependency>
<groupId>cc.vihackerframework</groupId>
<artifactId>vihacker-security-starter</artifactId>
<version>1.0.4.R</version>
</dependency>
// https://jarcasting.com/artifacts/cc.vihackerframework/vihacker-security-starter/
implementation 'cc.vihackerframework:vihacker-security-starter:1.0.4.R'
// https://jarcasting.com/artifacts/cc.vihackerframework/vihacker-security-starter/
implementation ("cc.vihackerframework:vihacker-security-starter:1.0.4.R")
'cc.vihackerframework:vihacker-security-starter:jar:1.0.4.R'
<dependency org="cc.vihackerframework" name="vihacker-security-starter" rev="1.0.4.R">
<artifact name="vihacker-security-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.vihackerframework', module='vihacker-security-starter', version='1.0.4.R')
)
libraryDependencies += "cc.vihackerframework" % "vihacker-security-starter" % "1.0.4.R"
[cc.vihackerframework/vihacker-security-starter "1.0.4.R"]