-
Notifications
You must be signed in to change notification settings - Fork 3
02. Installation
Jim Riordan edited this page Aug 10, 2016
·
1 revision
###Installation
#####Manual You can download the latest Yadic jar from the github releases page. Get the latest version and put it on your classpath and you're ready to go. One jar. Around 50kB. We've told you, it's small.
#####ShavenMaven
mvn://repo.bodar.com/com.googlecode.yadic:yadic:jar:1.19
#####Gradle
repositories { mavenRepo urls: "http://repo.bodar.com" }
dependencies { compile group: 'com.googlecode.yadic', name: 'yadic', version: '1.19' }
#####Maven Maven repo: http://repo.bodar.com/
<dependency>
<groupId>com.googlecode.yadic</groupId>
<artifactId>yadic</artifactId>
<version>1.19</version>
</dependency>