8000 GitHub - BeakerDev/Dorans
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

BeakerDev/Dorans

Repository files navigation

Dorans

Dorans is a Java implementation for the Riot Games API. The goal of Dorans is to seperate the API calls to the Riot API from the generation of Java objects from the JSON allowing you to store the raw JSON.

Dorans is still in active development and is not currently stable.

##Using Once a initial version is released we will work to get it added to the Maven Central repository.

Snapshot Repository:

<repositories>
    <repository>
        <id>alta-nexus</id>
        <name>Alta Nexus Releases</name>
        <url>http://nexus.alta189.com/content/repositories/releases/</url>
    </repository>
</repositories>

Snapshot Dependency:

<dependencies>
	<dependency>
		<groupId>gg.buff</groupId>
		<artifactId>dorans</artifactId>
		<version>1.0.0-SNAPSHOT</version>
	</dependency>
</dependencies>

##Licensing

Dorans is licensed under the New BSD Lincense.

Dorans isn't endorsed by Riot Games and doesn't reflect the views or opinions of Riot Games or anyone officially involved in producing or managing League of Legends. League of Legends and Riot Games are trademarks or registered trademarks of Riot Games, Inc. League of Legends © Riot Games, Inc.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0