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