Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdxyz.erupt |
ArtifactId | ArtifactIderupt-security |
Version | Version1.6.9 |
Type | Typejar |
Filename | Size |
---|---|
erupt-security-1.6.9.pom | |
erupt-security-1.6.9.jar | 12 KB |
erupt-security-1.6.9-sources.jar | 5 KB |
erupt-security-1.6.9-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.erupt/erupt-security/ -->
<dependency>
<groupId>xyz.erupt</groupId>
<artifactId>erupt-security</artifactId>
<version>1.6.9</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.erupt/erupt-security/
implementation 'xyz.erupt:erupt-security:1.6.9'
// https://jarcasting.com/artifacts/xyz.erupt/erupt-security/
implementation ("xyz.erupt:erupt-security:1.6.9")
'xyz.erupt:erupt-security:jar:1.6.9'
<dependency org="xyz.erupt" name="erupt-security" rev="1.6.9">
<artifact name="erupt-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.erupt', module='erupt-security', version='1.6.9')
)
libraryDependencies += "xyz.erupt" % "erupt-security" % "1.6.9"
[xyz.erupt/erupt-security "1.6.9"]