Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdio.github.toquery |
ArtifactId | ArtifactIdclever-framework-security |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.toquery/clever-framework-security/ -->
<dependency>
<groupId>io.github.toquery</groupId>
<artifactId>clever-framework-security</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.toquery/clever-framework-security/
implementation 'io.github.toquery:clever-framework-security:1.0.3'
// https://jarcasting.com/artifacts/io.github.toquery/clever-framework-security/
implementation ("io.github.toquery:clever-framework-security:1.0.3")
'io.github.toquery:clever-framework-security:jar:1.0.3'
<dependency org="io.github.toquery" name="clever-framework-security" rev="1.0.3">
<artifact name="clever-framework-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.toquery', module='clever-framework-security', version='1.0.3')
)
libraryDependencies += "io.github.toquery" % "clever-framework-security" % "1.0.3"
[io.github.toquery/clever-framework-security "1.0.3"]