Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdtech.hdis |
ArtifactId | ArtifactIdframework-starter-security |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
framework-starter-security-1.2.pom | |
framework-starter-security-1.2.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.hdis/framework-starter-security/ -->
<dependency>
<groupId>tech.hdis</groupId>
<artifactId>framework-starter-security</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/tech.hdis/framework-starter-security/
implementation 'tech.hdis:framework-starter-security:1.2'
// https://jarcasting.com/artifacts/tech.hdis/framework-starter-security/
implementation ("tech.hdis:framework-starter-security:1.2")
'tech.hdis:framework-starter-security:jar:1.2'
<dependency org="tech.hdis" name="framework-starter-security" rev="1.2">
<artifact name="framework-starter-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.hdis', module='framework-starter-security', version='1.2')
)
libraryDependencies += "tech.hdis" % "framework-starter-security" % "1.2"
[tech.hdis/framework-starter-security "1.2"]