How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.intuit.graphql</groupId>
<artifactId>graphql-xtext</artifactId>
<version>3.2.0</version>
</dependency>
Choose a version of com.intuit.graphql : graphql-xtext to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.2.x |
graphql-xtext-3.2.0
|
||
3.1.x |
graphql-xtext-3.1.0
|
||
3.0.x |
graphql-xtext-3.0.5
|
||
graphql-xtext-3.0.4
|
|||
graphql-xtext-3.0.3
|
|||
graphql-xtext-3.0.2
|
|||
graphql-xtext-3.0.1
|
|||
graphql-xtext-3.0.0
|
|||
1.0.x |
graphql-xtext-1.0.15
|
||
graphql-xtext-1.0.12
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.intuit.graphql</groupId>
<artifactId>graphql-xtext</artifactId>
<version>3.2.0</version>
</dependency>
Advertisement