Skip to content

Commit

Permalink
Add Installation
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz authored Dec 10, 2016
1 parent 76a884f commit b954a2d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
[[http://orgmode.org/][Org files]] parser used by [[http://www.orgzly.com][Orgzly]].

* Installation

** Maven

#+BEGIN_SRC xml
<dependency>
<groupId>com.orgzly</groupId>
<artifactId>org-java</artifactId>
<version>1.0</version>
</dependency>
#+END_SRC

** Gradle

#+BEGIN_SRC groovy
compile 'com.orgzly:org-java:1.0'
#+END_SRC

** SBT

#+BEGIN_SRC scala
libraryDependencies += "com.orgzly" % "org-java" % "1.0"
#+END_SRC

0 comments on commit b954a2d

Please sign in to comment.