| Categories |
CategoriesSecurity |
|---|---|
| GroupId | GroupIdio.gitlab.hsedjame |
| ArtifactId | ArtifactIdproject-security-core |
| Version | Version1.0.1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.gitlab.hsedjame/project-security-core/ -->
<dependency>
<groupId>io.gitlab.hsedjame</groupId>
<artifactId>project-security-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitlab.hsedjame/project-security-core/
implementation 'io.gitlab.hsedjame:project-security-core:1.0.1'
// https://jarcasting.com/artifacts/io.gitlab.hsedjame/project-security-core/
implementation ("io.gitlab.hsedjame:project-security-core:1.0.1")
'io.gitlab.hsedjame:project-security-core:jar:1.0.1'
<dependency org="io.gitlab.hsedjame" name="project-security-core" rev="1.0.1">
<artifact name="project-security-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitlab.hsedjame', module='project-security-core', version='1.0.1')
)
libraryDependencies += "io.gitlab.hsedjame" % "project-security-core" % "1.0.1"
[io.gitlab.hsedjame/project-security-core "1.0.1"]