Files download
File Operation
krypto-0.1.jar download
krypto-0.1.pom download
krypto-0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.qwefgh90</groupId>
  <artifactId>krypto</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.qwefgh90:krypto:0.1'
Gradle Kotlin
implementation("io.github.qwefgh90:krypto:0.1")
Scala SBT
libraryDependencies += "io.github.qwefgh90" % "krypto" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.qwefgh90', module='krypto', version='0.1')
)
Apache Ivy
<dependency org="io.github.qwefgh90" name="krypto" rev="0.1" />
Leiningen
[io.github.qwefgh90/krypto "0.1"]
Apache Buildr
'io.github.qwefgh90:krypto:jar:0.1'