How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.gitee.Jmysy</groupId>
<artifactId>binlog4j</artifactId>
<version>1.2.0</version>
</dependency>
Choose a version of com.gitee.Jmysy : binlog4j to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
binlog4j-1.2.0
|
||
1.1.x |
binlog4j-1.1.1
|
||
binlog4j-1.1.0
|
|||
1.0.x |
binlog4j-1.0.0
|
||
0.1.x |
binlog4j-0.1.5
|
||
binlog4j-0.1.4
|
|||
binlog4j-0.1.3
|
|||
binlog4j-0.1.2
|
|||
binlog4j-0.1.1
|
|||
binlog4j-0.1.0
|
|||
0.0.x |
binlog4j-0.0.3
|
||
binlog4j-0.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.gitee.Jmysy</groupId>
<artifactId>binlog4j</artifactId>
<version>1.2.0</version>
</dependency>
Advertisement