How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>tlog</artifactId>
<version>1.5.1</version>
</dependency>
Choose a version of com.yomahub : tlog to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.5.x |
tlog-1.5.1
|
||
tlog-1.5.0
|
|||
1.4.x |
tlog-1.4.3
|
||
tlog-1.4.1
|
|||
tlog-1.4.0
|
|||
1.3.x |
tlog-1.3.6
|
||
tlog-1.3.5
|
|||
tlog-1.3.4
|
|||
tlog-1.3.3
|
|||
tlog-1.3.2
|
|||
tlog-1.3.1
|
|||
tlog-1.3.0
|
|||
1.2.x |
tlog-1.2.6
|
||
tlog-1.2.5
|
|||
tlog-1.2.4
|
|||
tlog-1.2.4-BETA3
|
|||
tlog-1.2.4-BETA2
|
|||
tlog-1.2.4-BETA1
|
|||
tlog-1.2.3
|
|||
tlog-1.2.2
|
|||
tlog-1.2.1
|
|||
tlog-1.2.0
|
|||
tlog-1.2.0-BETA2
|
|||
tlog-1.2.0-BETA1
|
|||
1.1.x |
tlog-1.1.8
|
||
tlog-1.1.7
|
|||
tlog-1.1.5-TBS
|
|||
tlog-1.1.5
|
|||
tlog-1.1.4
|
|||
tlog-1.1.3
|
|||
tlog-1.1.2
|
|||
tlog-1.1.1
|
|||
tlog-1.1.0
|
|||
tlog-1.1.0.BETA
|
|||
1.0.x |
tlog-1.0.3
|
||
tlog-1.0.2
|
|||
tlog-1.0.1
|
|||
tlog-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>tlog</artifactId>
<version>1.5.1</version>
</dependency>
Advertisement