Skip to content

antoinelarcher/musicbrainzws2-java-1

 
 

Repository files navigation

This is a fork of musicbrainzws2-java, originally hosted here. It includes several bugfixes as well as maven integration. The original wiki was migrated and can now be found here. You can find the original Readme file here.

This fork was implemented as part of the nusic-app.

How to use

For now, this is not hosted on maven central, but on this very repository. To use it, add the following maven repository to your POM.xml

<repositories>
	<repository>
		<id>musicbrainzws2-java-mvn-repo</id>
		<url>https://raw.github.com/schnatterer/musicbrainzws2-java/mvn-repo/</url>
	</repository>
</repositories>

Then add the actual dependency

	<dependency>
		<groupId>info.schnatterer.musicbrainzws2-java</groupId>
		<artifactId>musicbrainzws2-java</artifactId>
		<version>3.0.0</version>
	</dependency>

See the wiki for further information.

About

java binding for MusicBrainz XML Web Service/Version 2

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 99.6%
  • HTML 0.4%