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