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