ripple / crypto-conditions

A Java implementation of Crypto-Conditions (draft-thomas-crypto-conditions)
Apache License 2.0
5 stars 12 forks source link

Update README to specify latest release versions #18

Closed sappenin closed 6 years ago

sappenin commented 6 years ago
<dependency>
  <groupId>com.ripple.cryptoconditions</groupId>
  <artifactId>crypto-conditions</artifactId>
  <version>1.0.3</version>
</dependency>

and

<dependency>
    <groupId>com.ripple.cryptoconditions</groupId>
    <artifactId>jackson-datatype-cryptoconditions</artifactId>
    <version>1.0.3</version>
</dependency>
sappenin commented 6 years ago

This is fixed in the master branch.