a

authorization-core-js

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