CognitiveJ / cognitivej

Cognitive Image Analysis for Java
Apache License 2.0
478 stars 129 forks source link

can't search the maven jar on maven mvnrepository #4

Closed corningsun closed 7 years ago

corningsun commented 7 years ago

http://search.maven.org/#search%7Cga%7C1%7Ccognitivej

http://www.mvnrepository.com/search?q=cognitivej

sarxos commented 7 years ago

Yup, that sucks. To workaround this issue one have to add this repository into the pom:

<repositories>
    <repository>
        <id>jcenter</id>
        <name>jcenter</name>
        <url>http://jcenter.bintray.com</url>
    </repository>
</repositories>