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