Skip to content

Release v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Sep 07:46
· 0 commits to 9afafcfd8ca0f6fab7712f1d754dd5c55d3526b0 since this release

Changes in v1.0.0

This release was automatically generated.

JitPack Usage

Add this dependency to your pom.xml:

<dependency>
    <groupId>com.github.wassertim</groupId>
    <artifactId>dynamodb-toolkit</artifactId>
    <version>v1.0.0</version>
</dependency>

Don't forget to add the JitPack repository:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>