Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Describe setup process for repositories #3

Open
lukashaertel opened this issue Feb 7, 2019 · 0 comments
Open

Describe setup process for repositories #3

lukashaertel opened this issue Feb 7, 2019 · 0 comments

Comments

@lukashaertel
Copy link

There's no description of how to include the project. I had to fiddle around a bit to find out what Maven repositories to add. It might be a good idea to display that somewhere in the readme file.

My build.gradle.kts:

repositories {
    jcenter()
    maven("https://jitpack.io")
    maven("http://maven.imagej.net")
    maven("http://maven.imagej.net/content/repositories/releases/")
    maven("http://maven.imagej.net/content/repositories/public/")
}

dependencies {
    compile(kotlin("stdlib-jdk8"))
    compile("com.github.holgerbrandl:kip:9ee71b76b3")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant