Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.beangle.security |
ArtifactId | ArtifactIdbeangle-security-web |
Version | Version3.5.0 |
Type | Typejar |
Filename | Size |
---|---|
beangle-security-web-3.5.0.pom | |
beangle-security-web-3.5.0.jar | 87 KB |
beangle-security-web-3.5.0-sources.jar | 84 KB |
beangle-security-web-3.5.0-javadoc.jar | 884 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.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.beangle.security/beangle-security-web/
implementation 'org.beangle.security:beangle-security-web:3.5.0'
// https://jarcasting.com/artifacts/org.beangle.security/beangle-security-web/
implementation ("org.beangle.security:beangle-security-web:3.5.0")
'org.beangle.security:beangle-security-web:jar:3.5.0'
<dependency org="org.beangle.security" name="beangle-security-web" rev="3.5.0">
<artifact name="beangle-security-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beangle.security', module='beangle-security-web', version='3.5.0')
)
libraryDependencies += "org.beangle.security" % "beangle-security-web" % "3.5.0"
[org.beangle.security/beangle-security-web "3.5.0"]