Skip to content

Commit

Permalink
Update README.adoc
Browse files Browse the repository at this point in the history
add dependecy info for gradle and maven
  • Loading branch information
madmas authored Sep 22, 2017
1 parent 0a20404 commit cdf46db
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,18 @@ If you nee a more comprehensive library to deal with LDAP, have a look at {apach

=== dependency

==== Maven

<dependency>
<groupId>net.hackergarten</groupId>
<artifactId>ldapauth</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>

==== Gradle

compile 'net.hackergarten:ldapauth:1.0.0'

=== snippet

Expand Down

0 comments on commit cdf46db

Please sign in to comment.