Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.restheart |
ArtifactId | ArtifactIdrestheart-security |
Version | Version5.0.0-RC3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.restheart/restheart-security/ -->
<dependency>
<groupId>org.restheart</groupId>
<artifactId>restheart-security</artifactId>
<version>5.0.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/org.restheart/restheart-security/
implementation 'org.restheart:restheart-security:5.0.0-RC3'
// https://jarcasting.com/artifacts/org.restheart/restheart-security/
implementation ("org.restheart:restheart-security:5.0.0-RC3")
'org.restheart:restheart-security:jar:5.0.0-RC3'
<dependency org="org.restheart" name="restheart-security" rev="5.0.0-RC3">
<artifact name="restheart-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restheart', module='restheart-security', version='5.0.0-RC3')
)
libraryDependencies += "org.restheart" % "restheart-security" % "5.0.0-RC3"
[org.restheart/restheart-security "5.0.0-RC3"]