Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.beangle.security |
ArtifactId | ArtifactIdbeangle-security-web |
Version | Version3.4.9 |
Type | Typejar |
Filename | Size |
---|---|
beangle-security-web-3.4.9.pom | |
beangle-security-web-3.4.9.jar | 86 KB |
beangle-security-web-3.4.9-sources.jar | 84 KB |
beangle-security-web-3.4.9-javadoc.jar | 902 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.beangle.security/beangle-security-web/ -->
<dependency>
<groupId>org.beangle.security</groupId>
<artifactId>beangle-security-web</artifactId>
<version>3.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.beangle.security/beangle-security-web/
implementation 'org.beangle.security:beangle-security-web:3.4.9'
// https://jarcasting.com/artifacts/org.beangle.security/beangle-security-web/
implementation ("org.beangle.security:beangle-security-web:3.4.9")
'org.beangle.security:beangle-security-web:jar:3.4.9'
<dependency org="org.beangle.security" name="beangle-security-web" rev="3.4.9">
<artifact name="beangle-security-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beangle.security', module='beangle-security-web', version='3.4.9')
)
libraryDependencies += "org.beangle.security" % "beangle-security-web" % "3.4.9"
[org.beangle.security/beangle-security-web "3.4.9"]