How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.dilrajsingh1997</groupId>
<artifactId>compose-annotation</artifactId>
<version>1.0.3</version>
</dependency>
Choose a version of io.github.dilrajsingh1997 : compose-annotation to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
compose-annotation-1.0.3
|
||
compose-annotation-1.0.2
|
|||
compose-annotation-1.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.dilrajsingh1997</groupId>
<artifactId>compose-annotation</artifactId>
<version>1.0.3</version>
</dependency>
Advertisement