is not current version
Last Version 1.5.3.beta

io.github.novareseller:security 1.0.0.alpha


Categories

Categories

Security
GroupId

GroupId

io.github.novareseller
ArtifactId

ArtifactId

security
Version

Version

1.0.0.alpha
Type

Type

jar

Download security 1.0.0.alpha


<!-- https://jarcasting.com/artifacts/io.github.novareseller/security/ -->
<dependency>
    <groupId>io.github.novareseller</groupId>
    <artifactId>security</artifactId>
    <version>1.0.0.alpha</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.novareseller/security/
implementation 'io.github.novareseller:security:1.0.0.alpha'
// https://jarcasting.com/artifacts/io.github.novareseller/security/
implementation ("io.github.novareseller:security:1.0.0.alpha")
'io.github.novareseller:security:jar:1.0.0.alpha'
<dependency org="io.github.novareseller" name="security" rev="1.0.0.alpha">
  <artifact name="security" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.novareseller', module='security', version='1.0.0.alpha')
)
libraryDependencies += "io.github.novareseller" % "security" % "1.0.0.alpha"
[io.github.novareseller/security "1.0.0.alpha"]