How to install the Java artifact info.android15.dint.dint with Maven
Java
Maven
pom.xml
info.android15.dint
dint
Add the following lines to your pom.xml in the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>info.android15.dint</groupId>
<artifactId>dint</artifactId>
<version>1.0.0</version>
</dependency>
/<dependencies>