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