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