How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>tech.ibit</groupId>
<artifactId>structlog4j</artifactId>
<version>1.4</version>
</dependency>
Choose a version of tech.ibit : structlog4j to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4 |
structlog4j-1.4
|
||
1.3 |
structlog4j-1.3
|
||
1.2 |
structlog4j-1.2
|
||
1.1 |
structlog4j-1.1
|
||
1.0 |
structlog4j-1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>tech.ibit</groupId>
<artifactId>structlog4j</artifactId>
<version>1.4</version>
</dependency>
Advertisement