a

authentication-server-core

A Kotlin Multiplatform library to handle authentication on a restfull server
https://github.com/aSoft-Ltd/authentication-server-core
MIT License
Anderson Lameck
Files download
File Operation
authentication-server-core-0.0.10.jar download
authentication-server-core-0.0.10.pom download
authentication-server-core-0.0.10-sources.jar download
Apache Maven
<dependency>
  <groupId>tz.co.asoft</groupId>
  <artifactId>authentication-server-core</artifactId>
  <version>0.0.10</version>
</dependency>
Gradle Groovy
implementation 'tz.co.asoft:authentication-server-core:0.0.10'
Gradle Kotlin
implementation("tz.co.asoft:authentication-server-core:0.0.10")
Scala SBT
libraryDependencies += "tz.co.asoft" % "authentication-server-core" % "0.0.10"
Groovy Grape
@Grapes(
  @Grab(group='tz.co.asoft', module='authentication-server-core', version='0.0.10')
)
Apache Ivy
<dependency org="tz.co.asoft" name="authentication-server-core" rev="0.0.10" />
Leiningen
[tz.co.asoft/authentication-server-core "0.0.10"]
Apache Buildr
'tz.co.asoft:authentication-server-core:jar:0.0.10'