Skip to content

Commit

Permalink
Merge pull request #3 from stefan2904/patch-readme
Browse files Browse the repository at this point in the history
adapt readme for Orgzly Revived
  • Loading branch information
amberin authored Jan 3, 2024
2 parents a6ac3a3 + 13e4dec commit 1d786e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.org
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
[[https://travis-ci.org/orgzly/org-java.svg?branch=master]]
[[https://github.com/orgzly-revived/org-java/actions/workflows/test.yml/badge.svg]]

*[[http://orgmode.org/][Org files]] parser used by [[https://www.orgzly.com][Orgzly]]*
*[[http://orgmode.org/][Org files]] parser used by [[https://github.com/orgzly-revived][Orgzly Revived]]*

* Installation

** Maven

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

** Gradle

#+BEGIN_SRC groovy
compile 'com.orgzly:org-java:1.2.2'
compile 'com.orgzlyrevived:org-java:1.3.0'
#+END_SRC

** SBT

#+BEGIN_SRC scala
libraryDependencies += "com.orgzly" % "org-java" % "1.2.2"
libraryDependencies += "com.orgzlyrevived" % "org-java" % "1.3.0"
#+END_SRC

0 comments on commit 1d786e0

Please sign in to comment.