How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.julianthome</groupId>
<artifactId>inmemantlr</artifactId>
<version>1.9.2</version>
</dependency>
Choose a version of com.github.julianthome : inmemantlr to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.9.x |
inmemantlr-1.9.2
|
||
1.7.x |
inmemantlr-1.7.0
|
||
1.6 |
inmemantlr-1.6
|
||
1.4 |
inmemantlr-1.4
|
||
1.3.x |
inmemantlr-1.3.9
|
||
inmemantlr-1.3.8
|
|||
inmemantlr-1.3.7
|
|||
inmemantlr-1.3.6
|
|||
inmemantlr-1.3.5
|
|||
inmemantlr-1.3.3
|
|||
inmemantlr-1.3.2
|
|||
inmemantlr-1.3.1
|
|||
1.3 |
inmemantlr-1.3
|
||
1.2 |
inmemantlr-1.2
|
||
1.1 |
inmemantlr-1.1
|
||
1.0 |
inmemantlr-1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.julianthome</groupId>
<artifactId>inmemantlr</artifactId>
<version>1.9.2</version>
</dependency>
Advertisement