MVN

com.spotify : hamcrest

Maven & Gradle

Jul 10, 2023
1 usages
<dependency>
    <groupId>com.spotify</groupId>
    <artifactId>hamcrest</artifactId>
    <version>1.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.spotify : hamcrest to add to Maven - Latest Versions:

  • Latest Stable: 1.3.2

All Versions

Choose a version of com.spotify : hamcrest to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
hamcrest-1.3.2
hamcrest-1.3.1
1.2.x
hamcrest-1.2.0
1.1.x
hamcrest-1.1.5
hamcrest-1.1.4
hamcrest-1.1.3
hamcrest-1.1.2
hamcrest-1.1.1
hamcrest-1.1.0
1.0.x
hamcrest-1.0.2
hamcrest-1.0.1
hamcrest-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.spotify</groupId>
    <artifactId>hamcrest</artifactId>
    <version>1.3.2</version>
</dependency>

Advertisement