How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.distelli.graphql</groupId>
<artifactId>graphql-apigen</artifactId>
<version>5.0.0</version>
</plugin>
Choose a version of com.distelli.graphql : graphql-apigen to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.0.x |
graphql-apigen-5.0.0
|
||
4.0.x |
graphql-apigen-4.0.0
|
||
3.0.x |
graphql-apigen-3.0.0
|
||
2.3.x |
graphql-apigen-2.3.0
|
||
2.2.x |
graphql-apigen-2.2.0
|
||
2.1.x |
graphql-apigen-2.1.1
|
||
graphql-apigen-2.1.0
|
|||
2.0.x |
graphql-apigen-2.0.0
|
||
1.1.x |
graphql-apigen-1.1.1
|
||
graphql-apigen-1.1.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.distelli.graphql</groupId>
<artifactId>graphql-apigen</artifactId>
<version>5.0.0</version>
</plugin>
Advertisement