Here you can find downloads for BibSonomy.
Java client library JabRef plugin PHP API client Python API client Backup Client | Download bibsonomy_rest_client_library_java.tgz download page bibsonomy-client-php.zip bibsonomy-client-python.zip bibsonomy_userbackup.zip |
Our client library (including source code) can also be obtained via our Maven repository at:
Just add the following to your pom.xml:
<project>
<repositories>
<repository>
<id>bibsonomy-repo</id>
<name>Releases von BibSonomy-Modulen</name>
<url>http://dev.bibsonomy.org/maven2/</url>
</repository>
[...]
<dependencies>
<dependency>
<groupId>org.bibsonomy</groupId>
<artifactId>bibsonomy-rest-client</artifactId>
<version>2.0.1</version>
</dependency>
[...]See also http://dev.bibsonomy.org/ for more details (licence, ...).