License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.marvinformatics |
ArtifactId | ArtifactIdatlassian-hamcrest |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAtlassian Hamcrest
Library containing useful Hamcrest Matchers. Forked from https://labs.atlassian.com/svn/AHAM/trunk rev 3110.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
atlassian-hamcrest-1.2.pom | |
atlassian-hamcrest-1.2.jar | 68 KB |
atlassian-hamcrest-1.2-sources.jar | 27 KB |
atlassian-hamcrest-1.2-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.marvinformatics/atlassian-hamcrest/ -->
<dependency>
<groupId>com.marvinformatics</groupId>
<artifactId>atlassian-hamcrest</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.marvinformatics/atlassian-hamcrest/
implementation 'com.marvinformatics:atlassian-hamcrest:1.2'
// https://jarcasting.com/artifacts/com.marvinformatics/atlassian-hamcrest/
implementation ("com.marvinformatics:atlassian-hamcrest:1.2")
'com.marvinformatics:atlassian-hamcrest:jar:1.2'
<dependency org="com.marvinformatics" name="atlassian-hamcrest" rev="1.2">
<artifact name="atlassian-hamcrest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marvinformatics', module='atlassian-hamcrest', version='1.2')
)
libraryDependencies += "com.marvinformatics" % "atlassian-hamcrest" % "1.2"
[com.marvinformatics/atlassian-hamcrest "1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest | jar | 2.1 |
com.google.guava : guava | jar | 12.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |