LinkedDataFragments / Client.Java

A Triple Pattern Fragments client for Java (Jena)
MIT License
8 stars 10 forks source link

is the client available as maven artefact in some repo? #8

Open m1ci opened 9 years ago

m1ci commented 9 years ago

Hi, Just wondering whether the java client is available as maven artifact in some online repo?

Thanks!

RubenVerborgh commented 9 years ago

Not yet. Any recommendations to do so?

m1ci commented 9 years ago

yup, it can be nice to have the client in some maven repo. E.g. http://maven.apache.org/repository/

RubenVerborgh commented 9 years ago

Alright, will consider!

agazzarini commented 9 years ago

@RubenVerborgh with just few lines we could provide this artifact in a custom maven repository [1](not in the official one). The repository can be hosted everywhere, better if it is in this github repository (as a dedicated branch).

I already tried for a project of mine, and it's perfectly work. If you want I can submit a patch for that.

AG


[1] http://stackoverflow.com/questions/14013644/hosting-a-maven-repository-on-github

RubenVerborgh commented 9 years ago

That would be great!