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

Publish bayes-scala on the Maven central repository #4

Closed
erikkaplun opened this issue Feb 21, 2014 · 2 comments
Closed

Publish bayes-scala on the Maven central repository #4

erikkaplun opened this issue Feb 21, 2014 · 2 comments

Comments

@erikkaplun
Copy link

Currently the only way of adding bayes-scala as a dependency is copying the source or a compiler .jar to a project's lib directory, am I correct? But it would be really nice if you could just add it to libraryDependencies or a Maven build configuration file.

@danielkorzekwa
Copy link
Owner

actually, I deployed bayes-scala to my private maven repo:

<repository>
 <id>dk-maven-repo</id>
 <url>https://raw.github.com/danielkorzekwa/dk-maven-repo/master</url>
</repository>

<dependency>
 <groupId>dk.bayes</groupId>
 <artifactId>bayes-scala</artifactId>
 <version>0.2</version>
</dependency>

The version of 0.2 is quite old, feel free to build the release of 0.4 and deploy it to public maven repo.

@francisdb
Copy link
Collaborator

There's an other ticket related to this #12

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