How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.auties00</groupId>
<artifactId>protobuf</artifactId>
<version>2.0.5</version>
</dependency>
Choose a version of com.github.auties00 : protobuf to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
protobuf-2.0.5
|
||
protobuf-2.0.4
|
|||
protobuf-2.0.3
|
|||
protobuf-2.0.2
|
|||
protobuf-2.0.1
|
|||
2.0 |
protobuf-2.0
|
||
1.22 |
protobuf-1.22
|
||
1.21 |
protobuf-1.21
|
||
1.20 |
protobuf-1.20
|
||
1.19 |
protobuf-1.19
|
||
1.18 |
protobuf-1.18
|
||
1.17 |
protobuf-1.17
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.auties00</groupId>
<artifactId>protobuf</artifactId>
<version>2.0.5</version>
</dependency>
Advertisement