s

smallcrew-security

Foundation of all smallcrew's projects needing authenticated users and role management
Files download
File Operation
smallcrew-security-1.0.10.jar download
smallcrew-security-1.0.10.pom download
smallcrew-security-1.0.10-sources.jar download
Apache Maven
<dependency>
  <groupId>fr.smallcrew.foundation</groupId>
  <artifactId>smallcrew-security</artifactId>
  <version>1.0.10</version>
</dependency>
Gradle Groovy
implementation 'fr.smallcrew.foundation:smallcrew-security:1.0.10'
Gradle Kotlin
implementation("fr.smallcrew.foundation:smallcrew-security:1.0.10")
Scala SBT
libraryDependencies += "fr.smallcrew.foundation" % "smallcrew-security" % "1.0.10"
Groovy Grape
@Grapes(
  @Grab(group='fr.smallcrew.foundation', module='smallcrew-security', version='1.0.10')
)
Apache Ivy
<dependency org="fr.smallcrew.foundation" name="smallcrew-security" rev="1.0.10" />
Leiningen
[fr.smallcrew.foundation/smallcrew-security "1.0.10"]
Apache Buildr
'fr.smallcrew.foundation:smallcrew-security:jar:1.0.10'