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