Skip to content

Commit

Permalink
Merge pull request #289 from filip26/release/v1.3.3
Browse files Browse the repository at this point in the history
Release/v1.3.3
  • Loading branch information
filip26 authored Nov 18, 2023
2 parents 130879d + b1817c1 commit 13b37cf
Show file tree
Hide file tree
Showing 4 changed files with 236 additions and 232 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ See [EARL results from the JSON-LD 1.1 Test Suite](https://w3c.github.io/json-ld

- [JSON-LD-star](https://json-ld.github.io/json-ld-star) expansion and compaction built-in support (experimental)
- [Universal RDF Dataset Normalization Algorithm - URDNA2015](https://github.com/simon-greatrix/rdf-urdna)
- [Iridium CBOR-LD](https://github.com/filip26/iridium-cbor-ld) - A CBOR-based Processor for Linked Data

## Usage

Expand All @@ -71,15 +72,15 @@ Java 11 or higher
<dependency>
<groupId>com.apicatalog</groupId>
<artifactId>titanium-json-ld</artifactId>
<version>1.3.2</version>
<version>1.3.3</version>
</dependency>
```

##### Gradle
Java 8+, Android API Level >=21

```gradle
compile group: 'com.apicatalog', name: 'titanium-json-ld-jre8', version: '1.3.2'
compile group: 'com.apicatalog', name: 'titanium-json-ld-jre8', version: '1.3.3'
```

#### JSON-P Provider
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.apicatalog</groupId>
<artifactId>titanium</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
<relativePath>pom_parent.xml</relativePath>
</parent>
<artifactId>titanium-json-ld</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom_jre8.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.apicatalog</groupId>
<artifactId>titanium</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
<relativePath>pom_parent.xml</relativePath>
</parent>
<artifactId>titanium-json-ld-jre8</artifactId>
Expand Down
Loading

0 comments on commit 13b37cf

Please sign in to comment.