forked from orgzly/org-java
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from stefan2904/patch-readme
adapt readme for Orgzly Revived
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |