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