Skip to content
This repository was archived by the owner on Sep 28, 2018. It is now read-only.

RaspberryWallet/Server

Repository files navigation

Raspberry HTTP Server

Usage

start server by invoking

new Server(this).start();

You will need to implement io.raspberrywallet.Manager

Dependency

Gradle

Step 1. Add it in your root build.gradle at the end of repositories:

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Step 2. Add the dependency

	dependencies {
	        implementation 'com.github.raspberrywallet:server:0.0.10-alpha'
	}

Maven

Step 1. Add the JitPack repository to your build file

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

Step 2. Add the dependency

	<dependency>
	    <groupId>com.github.RaspberryWallet</groupId>
	    <artifactId>Server</artifactId>
	    <version>0.0.10-alpha</version>
	</dependency>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published