How to install the Java artifact com.statful.client.annotations with Maven
Java
Maven
pom.xml
com.statful.client
annotations
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>com.statful.client</groupId>
<artifactId>annotations</artifactId>
<version>2.3.2</version>
</dependency>
/dependencies>