How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>smallmind-file</artifactId>
<version>5.1.0</version>
</dependency>
Choose a version of org.smallmind : smallmind-file to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.1.x |
smallmind-file-5.1.0
|
||
4.11.x |
smallmind-file-4.11.1
|
||
smallmind-file-4.11.0
|
|||
4.10.x |
smallmind-file-4.10.0
|
||
4.9.x |
smallmind-file-4.9.0
|
||
4.8.x |
smallmind-file-4.8.5
|
||
smallmind-file-4.8.4
|
|||
smallmind-file-4.8.3
|
|||
smallmind-file-4.8.2
|
|||
smallmind-file-4.8.1
|
|||
smallmind-file-4.8.0
|
|||
4.7.x |
smallmind-file-4.7.1
|
||
smallmind-file-4.7.0
|
|||
4.6.x |
smallmind-file-4.6.0
|
||
4.5.x |
smallmind-file-4.5.0
|
||
4.4.x |
smallmind-file-4.4.11
|
||
smallmind-file-4.4.10
|
|||
smallmind-file-4.4.9
|
|||
smallmind-file-4.4.8
|
|||
smallmind-file-4.4.7
|
|||
smallmind-file-4.4.6
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>smallmind-file</artifactId>
<version>5.1.0</version>
</dependency>
Advertisement