welle / JWoWJPA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JWoWJPA Build Status Quality Gate

Quick summary

How to use it

Maven config

Just add:

<repository>
	<id>welle-maven-repository</id>
	<url>https://github.com/welle/maven-repository/raw/master/JWoWJPA/</url>
</repository>

in your repositories. Then add:

<dependency>
	<groupId>aka.jwowjpa</groupId>
	<artifactId>JWoWJPA</artifactId>
	<version>0.0.1</version>
</dependency>

in your dependencies.

Version

Go to my maven repository to get the latest version.

Notes

Need the eclipse-external-annotations-m2e-plugin:

p2 update site to install this from: http://www.lastnpe.org/eclipse-external-annotations-m2e-plugin-p2-site/ (The 404 is normal, just because there is no index.html; it will work in Eclipse.)

About


Languages

Language:Java 99.6%Language:Shell 0.4%