License |
License |
---|---|
GroupId | GroupIdorg.hamcrest |
ArtifactId | ArtifactIdhamcrest-api |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHamcrest API
Hamcrest API
|
Project URL |
Project URL |
Filename | Size |
---|---|
hamcrest-api-1.0.pom | |
hamcrest-api-1.0.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hamcrest/hamcrest-api/ -->
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-api</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hamcrest/hamcrest-api/
implementation 'org.hamcrest:hamcrest-api:1.0'
// https://jarcasting.com/artifacts/org.hamcrest/hamcrest-api/
implementation ("org.hamcrest:hamcrest-api:1.0")
'org.hamcrest:hamcrest-api:jar:1.0'
<dependency org="org.hamcrest" name="hamcrest-api" rev="1.0">
<artifact name="hamcrest-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hamcrest', module='hamcrest-api', version='1.0')
)
libraryDependencies += "org.hamcrest" % "hamcrest-api" % "1.0"
[org.hamcrest/hamcrest-api "1.0"]