Skip to content

1.0.0

Compare
Choose a tag to compare
@xgouchet xgouchet released this 17 Feb 09:56
    repositories {
        maven { url "https://jitpack.io" }
    }
    dependencies {
        testCompile("com.github.xgouchet.Elmyr:core:1.0.0")
        testCompile("com.github.xgouchet.Elmyr:junit4:1.0.0")
        testCompile("com.github.xgouchet.Elmyr:junit5:1.0.0")
        testCompile("com.github.xgouchet.Elmyr:jvm:1.0.0")
    }```