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