How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.subroh0508.kotlinmaterialui</groupId>
<artifactId>date-io</artifactId>
<version>0.5.0</version>
</dependency>
Choose a version of net.subroh0508.kotlinmaterialui : date-io to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.5.x |
date-io-0.5.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.subroh0508.kotlinmaterialui</groupId>
<artifactId>date-io</artifactId>
<version>0.5.0</version>
</dependency>
Advertisement