i

ioh_2.13

() => Future(println("oh"))
https://github.com/kag0/ioh
Unlicense
Nathan Fischer
Files download
File Operation
ioh_2.13-0.1.0.jar download
ioh_2.13-0.1.0.pom download
ioh_2.13-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.kag0</groupId>
  <artifactId>ioh_2.13</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.kag0:ioh_2.13:0.1.0'
Gradle Kotlin
implementation("io.github.kag0:ioh_2.13:0.1.0")
Scala SBT
libraryDependencies += "io.github.kag0" % "ioh_2.13" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.kag0', module='ioh_2.13', version='0.1.0')
)
Apache Ivy
<dependency org="io.github.kag0" name="ioh_2.13" rev="0.1.0" />
Leiningen
[io.github.kag0/ioh_2.13 "0.1.0"]
Apache Buildr
'io.github.kag0:ioh_2.13:jar:0.1.0'