Skip to content

Commit cbbff86

Browse files
committed
add maven dependency to README.md
1 parent 6ec0596 commit cbbff86

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,16 @@ Note that by default all attributes except the primary keys are both encrypted a
9595

9696
There is a variety of existing [EncryptionMaterialsProvider][materialprovider] implementations that you can use to provide the encryption material, including [KeyStoreMaterialsProvider][keystoreprovider] which makes use of a Java keystore. Alternatively, you can also plug in your own custom implementation.
9797

98+
### Maven Dependency
99+
100+
```xml
101+
<dependency>
102+
<groupId>com.amazonaws</groupId>
103+
<artifactId>aws-dynamodb-encryption-java</artifactId>
104+
<version>0.0.3-SNAPSHOT</version>
105+
</dependency>
106+
```
107+
98108
## Supported Algorithms
99109

100110
For content encryption, the encryption algorithm is determined by the user specified [SecretKey][secretkey], as long as it is a block cipher that can be used with the encryption mode "CBC" and "PKCS5Padding". Typically, this means "AES".

0 commit comments

Comments
 (0)