Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.codegeny.jakartron |
ArtifactId | ArtifactIdjakartron-security |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
jakartron-security-0.0.2.pom | |
jakartron-security-0.0.2.jar | 7 KB |
jakartron-security-0.0.2-sources.jar | 7 KB |
jakartron-security-0.0.2-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codegeny.jakartron/jakartron-security/ -->
<dependency>
<groupId>org.codegeny.jakartron</groupId>
<artifactId>jakartron-security</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.codegeny.jakartron/jakartron-security/
implementation 'org.codegeny.jakartron:jakartron-security:0.0.2'
// https://jarcasting.com/artifacts/org.codegeny.jakartron/jakartron-security/
implementation ("org.codegeny.jakartron:jakartron-security:0.0.2")
'org.codegeny.jakartron:jakartron-security:jar:0.0.2'
<dependency org="org.codegeny.jakartron" name="jakartron-security" rev="0.0.2">
<artifact name="jakartron-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codegeny.jakartron', module='jakartron-security', version='0.0.2')
)
libraryDependencies += "org.codegeny.jakartron" % "jakartron-security" % "0.0.2"
[org.codegeny.jakartron/jakartron-security "0.0.2"]