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

Add to maven / jcenter #4

Closed
eliasbagley opened this issue Oct 4, 2015 · 2 comments
Closed

Add to maven / jcenter #4

eliasbagley opened this issue Oct 4, 2015 · 2 comments

Comments

@eliasbagley
Copy link

It would be great if if this was on maven or jcenter so I don't have to manually include the jar in my project.

@synapticloop
Copy link
Owner

Thanks for your interest, I am creating a jcenter repository.

@synapticloop
Copy link
Owner

now included in jcenter

should be able to resolve dependencies for
<dependency>
<groupId>synapticloop</groupId>
<artifactId>routemaster-templar</artifactId>
<version>v1.1.0</version>
<type>jar</type>
</dependency>

or

<dependency>
<groupId>synapticloop</groupId>
<artifactId>routemaster</artifactId>
<version>v1.1.0</version>
<type>jar</type>
</dependency>

You may need to set up your repositories

<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-synapticloop-maven</id>
<name>bintray</name>
<url>http://dl.bintray.com/synapticloop/maven/templar</url>
</repository>

until jcenter sync the repository

leaving this ticket open until confirmation

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

2 participants