How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.arrow-kt</groupId>
<artifactId>arrow-core-high-arity</artifactId>
<version>1.2.2</version>
</dependency>
Choose a version of io.arrow-kt : arrow-core-high-arity to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
arrow-core-high-arity-1.2.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.arrow-kt</groupId>
<artifactId>arrow-core-high-arity</artifactId>
<version>1.2.2</version>
</dependency>
Advertisement