a

authentication-core-metadata

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