Skip to content

Commit 5dc938d

Browse files
committed
docs: add build manager instructions to readme
1 parent e983dc9 commit 5dc938d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@
88
A Java library to create and modify RO-Crates.
99
The aim of this implementation is to **not** require too deep knowledge of the specification,
1010
and avoiding crates which do not fully comply to the specification, at the same time.
11-
Read [Quick-start](#quick-start) for a short overview of the API
12-
or take a look at [how to adapt the examples from the official specification](#adapting-the-specification-examples).
11+
12+
## Use it in your application
13+
14+
- [Instructions for your build manager (e.g., Gradle, Maven, etc.)](https://central.sonatype.com/artifact/edu.kit.datamanager/ro-crate-java/1.1.0)
15+
- [Quick-Start](#quick-start)
16+
- [Adapting Specification Examples](#adapting-the-specification-examples)
17+
18+
## Build the library / documentation
1319

1420
Build and run tests: `./gradlew build`
1521
Build documentation: `./gradlew javadoc`

0 commit comments

Comments
 (0)