How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.stephanenicolas.dart.v2</groupId>
<artifactId>dart-parent</artifactId>
<version>2.0.4</version>
</dependency>
Choose a version of com.github.stephanenicolas.dart.v2 : dart-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
dart-parent-2.0.4
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.stephanenicolas.dart.v2</groupId>
<artifactId>dart-parent</artifactId>
<version>2.0.4</version>
</dependency>
Advertisement