americanexpress / nodes

A GraphQL JVM Client - Java, Kotlin, Scala, etc.
Apache License 2.0
307 stars 70 forks source link

README does not inform the user which repository this project is available from #12

Closed jeremygiberson closed 6 years ago

jeremygiberson commented 6 years ago

Not familiar with the Java eco system, it was non obvious to me to try jcenter to find the dependency. It should probably be mentioned in the read me and included in the maven install examples.

Maven

<repositories>
    <repository>
            <id>jcenter - amex</id>
            <url>https://dl.bintray.com/americanexpress/maven/</url>
    </repository>
</repositories>
chemdrew commented 6 years ago

Added this to the readme but not the examples. Since the examples currently install the package from their sibling module I want them to stay synced with that for development and not download and use the release. Makes debugging a lot simpler. Let me know if this clears things up now!