s

shared-entities-iosarm64

TEA Bag is simple implementation of TEA written in Kotlin. Shared-entities is part of this project
https://github.com/Xlopec/Tea-bag.git
MIT License
Maksym Oliinyk
Files download
File Operation
shared-entities-iosarm64-1.0.0-alpha2-rc5.pom download
shared-entities-iosarm64-1.0.0-alpha2-rc5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.xlopec</groupId>
  <artifactId>shared-entities-iosarm64</artifactId>
  <version>1.0.0-alpha2-rc5</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.github.xlopec:shared-entities-iosarm64:1.0.0-alpha2-rc5'
Gradle Kotlin
implementation("io.github.xlopec:shared-entities-iosarm64:1.0.0-alpha2-rc5")
Scala SBT
libraryDependencies += "io.github.xlopec" % "shared-entities-iosarm64" % "1.0.0-alpha2-rc5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.xlopec', module='shared-entities-iosarm64', version='1.0.0-alpha2-rc5')
)
Apache Ivy
<dependency org="io.github.xlopec" name="shared-entities-iosarm64" rev="1.0.0-alpha2-rc5" />
Leiningen
[io.github.xlopec/shared-entities-iosarm64 "1.0.0-alpha2-rc5"]
Apache Buildr
'io.github.xlopec:shared-entities-iosarm64:jar:1.0.0-alpha2-rc5'