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