a

auth-domain

Auth lib for FTL projects
https://foodtechlab.io
MIT License
Rostislav Maslov
Files download
File Operation
auth-domain-4.0.1.3.jar download
auth-domain-4.0.1.3.pom download
auth-domain-4.0.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.foodtechlab</groupId>
  <artifactId>auth-domain</artifactId>
  <version>4.0.1.3</version>
</dependency>
Gradle Groovy
implementation 'io.foodtechlab:auth-domain:4.0.1.3'
Gradle Kotlin
implementation("io.foodtechlab:auth-domain:4.0.1.3")
Scala SBT
libraryDependencies += "io.foodtechlab" % "auth-domain" % "4.0.1.3"
Groovy Grape
@Grapes(
  @Grab(group='io.foodtechlab', module='auth-domain', version='4.0.1.3')
)
Apache Ivy
<dependency org="io.foodtechlab" name="auth-domain" rev="4.0.1.3" />
Leiningen
[io.foodtechlab/auth-domain "4.0.1.3"]
Apache Buildr
'io.foodtechlab:auth-domain:jar:4.0.1.3'