| Categories |
CategoriesSecurity |
|---|---|
| GroupId | GroupIdcom.lframework |
| ArtifactId | ArtifactIdsecurity-session-starter |
| Version | Version2.1.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.lframework/security-session-starter/ -->
<dependency>
<groupId>com.lframework</groupId>
<artifactId>security-session-starter</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lframework/security-session-starter/
implementation 'com.lframework:security-session-starter:2.1.0'
// https://jarcasting.com/artifacts/com.lframework/security-session-starter/
implementation ("com.lframework:security-session-starter:2.1.0")
'com.lframework:security-session-starter:jar:2.1.0'
<dependency org="com.lframework" name="security-session-starter" rev="2.1.0">
<artifact name="security-session-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lframework', module='security-session-starter', version='2.1.0')
)
libraryDependencies += "com.lframework" % "security-session-starter" % "2.1.0"
[com.lframework/security-session-starter "2.1.0"]