Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 435 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 435 Bytes

Spring Social JIRA

Maven

<dependency>
    <groupId>jp.co.tagbangers</groupId>
    <artifactId>spring-social-jira</artifactId>
    <version>1.0.0.M1</version>
</dependency>

Checking out and Building

To check out the project and build from source, do the following:

git clone git://github.com/tagbangers/spring-social-jira.git
cd spring-social-jira
./gradlew build