1- # marklogic-jena v1.0.0
1+ # marklogic-jena v1.0.1
22
33## Introduction
44
@@ -9,47 +9,19 @@ Framework](http://jena.apache.org) as a persistence and query layer.
99
1010#### Setup Marklogic
1111
12- Ensure MarkLogic 8.0-4 is installed and running. To use ` marklogic-jena `
13- applications you will need access to a running MarkLogic server.
14-
15- ## Usage
16-
17- ### Quick start
18-
19- This API is distributed on Maven Central.
20-
21- For gradle-based projects, include this dependency in ` build.gradle ` :
22- ```
23- dependencies {
24- compile 'com.marklogic:marklogic-jena:1.0.0'
25- }
26- ```
27-
28- For Maven-based projects, use this block in ` pom.xml ` :
29-
30- ```
31- <dependency>
32- <groupId>com.marklogic</groupId>
33- <artifactId>marklogic-jena</artifactId>
34- <version>1.0.0</version>
35- </dependency>
36- ```
37-
38- The [ Javadocs] ( http://marklogic.github.io/marklogic-jena/marklogic-jena/build/docs/javadoc/ )
39- have quick start examples for how to do graph CRUD, SPARQL query, and SPARQL
40- Update.
12+ #### Setup Marklogic
4113
14+ Ensure MarkLogic (8.0-4 or later) is installed and running.
4215
4316### To use the develop branch
4417
45- 1 ) Clone or download marklogic-jena _ develop_ branch.
18+ 1 ) clone or download marklogic-jena _ develop_ branch.
4619
4720```
4821https://github.com/marklogic/marklogic-jena/tree/develop
4922```
5023
51- 2 ) Run the gradle target that provisions a testing database for this project. The command and tests use values recorded in ` ./gradle.properties ` to
52- set up a MarkLogic REST instance on localhost.
24+ 2 ) Run the gradle target that provisions a testing database for this project. The command and tests use values recorded in ` ./gradle.properties ` .
5325
5426```
5527gradle :marklogic-jena:mlDeploy
@@ -68,6 +40,28 @@ To use `marklogic-jena` in your own projects, deploy into local maven repo or co
6840gradle install
6941
7042```
43+
44+ ## Usage
45+
46+ ### Quick start (Note: draft for future release)
47+
48+ For gradle-based projects include this dependency in ` build.gradle ` :
49+ ```
50+ dependencies {
51+ compile 'com.marklogic:marklogic-jena:1.0.0'
52+ }
53+ ```
54+
55+ Maven-based projects use this block in ` pom.xml ` :
56+
57+ ```
58+ <dependency>
59+ <groupId>com.marklogic</groupId>
60+ <artifactId>marklogic-jena</artifactId>
61+ <version>1.0.0</version>
62+ </dependency>
63+ ```
64+
7165### Javadocs
7266
7367http://marklogic.github.io/marklogic-jena/marklogic-jena/build/docs/javadoc/
0 commit comments