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