How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.pm-dev</groupId>
<artifactId>kotlin-gremlin-graphql</artifactId>
<version>0.21.0</version>
</dependency>
Choose a version of com.github.pm-dev : kotlin-gremlin-graphql to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.21.x |
kotlin-gremlin-graphql-0.21.0
|
||
0.20.x |
kotlin-gremlin-graphql-0.20.0
|
||
0.19.x |
kotlin-gremlin-graphql-0.19.0
|
||
0.18.x |
kotlin-gremlin-graphql-0.18.0
|
||
0.17.x |
kotlin-gremlin-graphql-0.17.0
|
||
0.16.x |
kotlin-gremlin-graphql-0.16.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.pm-dev</groupId>
<artifactId>kotlin-gremlin-graphql</artifactId>
<version>0.21.0</version>
</dependency>
Advertisement