How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.atlasmap</groupId>
<artifactId>atlas-runtime</artifactId>
<version>1.38.1</version>
</dependency>
Choose a version of io.atlasmap : atlas-runtime to add to Maven - Latest Versions:
POM as dependency in dependencyManagement
<dependency>
<groupId>io.atlasmap</groupId>
<artifactId>atlas-runtime</artifactId>
<version>1.38.1</version>
</dependency>