How to install the Java artifact io.teachingmachines.peapod with Maven
Java
Maven
pom.xml
io.teachingmachines
peapod
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>io.teachingmachines</groupId>
<artifactId>peapod</artifactId>
<version>0.2</version>
</dependency>
/<dependencies>