GroupId | GroupIdorg.hamcrest |
---|---|
ArtifactId | ArtifactIdhamcrest-parent |
Version | Version1.3.RC2 |
Type | Typepom |
Filename | Size |
---|---|
hamcrest-parent-1.3.RC2.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hamcrest/hamcrest-parent/ -->
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-parent</artifactId>
<version>1.3.RC2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hamcrest/hamcrest-parent/
implementation 'org.hamcrest:hamcrest-parent:1.3.RC2'
// https://jarcasting.com/artifacts/org.hamcrest/hamcrest-parent/
implementation ("org.hamcrest:hamcrest-parent:1.3.RC2")
'org.hamcrest:hamcrest-parent:pom:1.3.RC2'
<dependency org="org.hamcrest" name="hamcrest-parent" rev="1.3.RC2">
<artifact name="hamcrest-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hamcrest', module='hamcrest-parent', version='1.3.RC2')
)
libraryDependencies += "org.hamcrest" % "hamcrest-parent" % "1.3.RC2"
[org.hamcrest/hamcrest-parent "1.3.RC2"]