Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.beangle.security |
ArtifactId | ArtifactIdbeangle-security-web |
Version | Version3.6.0.M4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.beangle.security/beangle-security-web/ -->
<dependency>
<groupId>org.beangle.security</groupId>
<artifactId>beangle-security-web</artifactId>
<version>3.6.0.M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.beangle.security/beangle-security-web/
implementation 'org.beangle.security:beangle-security-web:3.6.0.M4'
// https://jarcasting.com/artifacts/org.beangle.security/beangle-security-web/
implementation ("org.beangle.security:beangle-security-web:3.6.0.M4")
'org.beangle.security:beangle-security-web:jar:3.6.0.M4'
<dependency org="org.beangle.security" name="beangle-security-web" rev="3.6.0.M4">
<artifact name="beangle-security-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beangle.security', module='beangle-security-web', version='3.6.0.M4')
)
libraryDependencies += "org.beangle.security" % "beangle-security-web" % "3.6.0.M4"
[org.beangle.security/beangle-security-web "3.6.0.M4"]