How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.sarazan</groupId>
<artifactId>bismarck-kotlinx-json</artifactId>
<version>0.3.2</version>
</dependency>
Choose a version of net.sarazan : bismarck-kotlinx-json to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.3.x |
bismarck-kotlinx-json-0.3.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.sarazan</groupId>
<artifactId>bismarck-kotlinx-json</artifactId>
<version>0.3.2</version>
</dependency>
Advertisement