How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.mamoe</groupId>
<artifactId>mirai-console-compiler-annotations-common</artifactId>
<version>2.12.3</version>
</dependency>
Choose a version of net.mamoe : mirai-console-compiler-annotations-common to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.12.x |
mirai-console-compiler-annotations-common-2.12.3
|
||
mirai-console-compiler-annotations-common-2.12.2
|
|||
mirai-console-compiler-annotations-common-2.12.1
|
|||
mirai-console-compiler-annotations-common-2.12.0
|
|||
mirai-console-compiler-annotations-common-2.12.0-RC
|
|||
2.11.x |
mirai-console-compiler-annotations-common-2.11.1
|
||
mirai-console-compiler-annotations-common-2.11.0
|
|||
mirai-console-compiler-annotations-common-2.11.0-RC2
|
|||
mirai-console-compiler-annotations-common-2.11.0-RC
|
|||
mirai-console-compiler-annotations-common-2.11.0-M2.2
|
|||
mirai-console-compiler-annotations-common-2.11.0-M2.1
|
|||
mirai-console-compiler-annotations-common-2.11.0-M2
|
|||
mirai-console-compiler-annotations-common-2.11.0-M1
|
|||
2.10.x |
mirai-console-compiler-annotations-common-2.10.4
|
||
mirai-console-compiler-annotations-common-2.10.3
|
|||
mirai-console-compiler-annotations-common-2.10.2
|
|||
mirai-console-compiler-annotations-common-2.10.1
|
|||
mirai-console-compiler-annotations-common-2.10.0
|
|||
mirai-console-compiler-annotations-common-2.10.0-RC2
|
|||
mirai-console-compiler-annotations-common-2.10.0-RC
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.mamoe</groupId>
<artifactId>mirai-console-compiler-annotations-common</artifactId>
<version>2.12.3</version>
</dependency>
Advertisement