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

No published artifacts from maven repo? #1

Open
gdong42 opened this issue Feb 11, 2017 · 2 comments
Open

No published artifacts from maven repo? #1

gdong42 opened this issue Feb 11, 2017 · 2 comments

Comments

@gdong42
Copy link

gdong42 commented Feb 11, 2017

Hi,

I could not find the jars from maven central. Is it published to some other repositories, or am I missing something?

Cheers,
Gan

@cerebrotecnologico
Copy link

I didn't find it either. Any ETA ?

@pehulja
Copy link

pehulja commented Sep 13, 2017

You should add this repos into your pom

		<repository>
			<id>mvnsearch_nexus</id>
			<name>mvnsearch nexus Releases</name>
			<url>http://nexus.mvnsearch.org/content/repositories/releases/</url>
		</repository>
		<repository>
			<id>mvnsearch_nexus_snapshots</id>
			<name>mvnsearch nexus Snapshots</name>
			<url>http://nexus.mvnsearch.org/content/repositories/snapshots/</url>
		</repository>

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

3 participants