Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
filip26 authored Aug 7, 2022
1 parent e047cc7 commit 54f2ff7
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ An implementation of the [Decentralized Identifiers (DIDs) v1.0](https://www.w3.
<dependency>
<groupId>com.apicatalog</groupId>
<artifactId>carbon-did</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>

```
Expand All @@ -32,10 +32,24 @@ or
<dependency>
<groupId>com.apicatalog</groupId>
<artifactId>carbon-did-jre8</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>
```

#### JSON-P Provider

Add JSON-P provider, if it is not on the classpath already.


```xml
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.json</artifactId>
<version>2.0.1</version>
</dependency>
```


## Documentation

[![javadoc](https://javadoc.io/badge2/com.apicatalog/carbon-decentralized-identifiers/javadoc.svg)](https://javadoc.io/doc/com.apicatalog/carbon-decentralized-identifiers)
Expand Down

0 comments on commit 54f2ff7

Please sign in to comment.