swordapp / JavaClient2.0

A Java implementation of the SWORDv2 client responsibilities
http://www.swordapp.org
Other
8 stars 10 forks source link

Make JavaClient available on Maven Central #4

Closed richarda23 closed 7 years ago

richarda23 commented 7 years ago

Hi, Just wondered if you could put this project on MavenCentral? We use this library to upload files to Dataverse and DSpace repositories and it would be nice if it could be added as a regular dependency.

richard-jones commented 7 years ago

Yes, that would be a good idea. The only issue is time - I'll try to find some!

richard-jones commented 7 years ago

Just to let you know, I'm currently working on this. I found two limitations this week with the library, so I've fixed them and I'm in the process of getting this new version (which will be 0.9.3, and fully back compatible with 0.9.2) up via sonotype. Just waiting for them to do some admin.

richarda23 commented 7 years ago

That's great, look forward to trying it out. Thanks for doing this.

richard-jones commented 7 years ago

Now available on maven central.

groupId: org.swordapp artifactId: sword2-client version: 0.9.3

https://repo1.maven.org/maven2/org/swordapp/

Now I've got the process set up, I'll be sure to publish updates as they become available. Slow moving library, though, so I'd expect 0.9.3 to be the latest version for a while.

otter606 commented 7 years ago

Perfect, thank you, works fine!