GroupId | GroupIdorg.cornutum.testing |
---|---|
ArtifactId | ArtifactIdhamcrest-composites |
Version | Version1.1.3 |
Type | Typejar |
Filename | Size |
---|---|
hamcrest-composites-1.1.3.pom | |
hamcrest-composites-1.1.3.jar | 40 KB |
hamcrest-composites-1.1.3-sources.jar | 18 KB |
hamcrest-composites-1.1.3-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cornutum.testing/hamcrest-composites/ -->
<dependency>
<groupId>org.cornutum.testing</groupId>
<artifactId>hamcrest-composites</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.cornutum.testing/hamcrest-composites/
implementation 'org.cornutum.testing:hamcrest-composites:1.1.3'
// https://jarcasting.com/artifacts/org.cornutum.testing/hamcrest-composites/
implementation ("org.cornutum.testing:hamcrest-composites:1.1.3")
'org.cornutum.testing:hamcrest-composites:jar:1.1.3'
<dependency org="org.cornutum.testing" name="hamcrest-composites" rev="1.1.3">
<artifact name="hamcrest-composites" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cornutum.testing', module='hamcrest-composites', version='1.1.3')
)
libraryDependencies += "org.cornutum.testing" % "hamcrest-composites" % "1.1.3"
[org.cornutum.testing/hamcrest-composites "1.1.3"]