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