kmath/kmath-aida/build.gradle.kts

15 lines
327 B
Plaintext
Raw Normal View History

2018-10-26 20:14:07 +03:00
plugins {
kotlin("jvm")
}
repositories {
mavenCentral()
maven ("http://dl.bintray.com/kotlin/kotlin-eap")
maven("http://java.freehep.org/maven2/")
}
dependencies {
implementation(kotlin("stdlib"))
api(project(":kmath-core"))
api(group = "org.freehep", name = "freehep-jaida", version = "3.4.13")
}