Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vinga committed May 14, 2018
1 parent 7fb5aa0 commit 3e18dc2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.org/kameocode/any-dao.svg?branch=master)](https://travis-ci.org/kameocode/any-dao)
[![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0)

[![Maven central](https://maven-badges.herokuapp.com/maven-central/com.kameocode/any-dao/badge.svg)](http://repo1.maven.org/maven2/com/kameocode/any-dao/1.0.0/)
# AnyDAO #

AnyDAO is a [Kotlin](http://www.kotlinlang.org/) JPA (Java Persistence Api) wrapper library which makes your queries short,
Expand Down Expand Up @@ -71,7 +71,14 @@ clean and easy to read.
```

###How to use: ###

Add to your project maven dependency:
```
<dependency>
<groupId>com.kameocode</groupId>
<artifactId>any-dao</artifactId>
<version>1.0.0</version>
</dependency>
```
Create instance of AnyDAO:
```
import com.kameocode.anydao.AnyDAO
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {

group 'com.kameocode'
archivesBaseName = "any-dao"
version '1.0.0-SNAPSHOT'
version '1.0.0'

description 'AnyDAO is an Kotlin JPA wrapper library which makes your database queries short, clean and easy to read.'

Expand Down

0 comments on commit 3e18dc2

Please sign in to comment.