GroupId | GroupIdorg.kie.modules |
---|---|
ArtifactId | ArtifactIdorg-hamcrest |
Version | Version6.3.0.Final |
Type | Typejar |
Filename | Size |
---|---|
org-hamcrest-6.3.0.Final.pom | 951 bytes |
org-hamcrest-6.3.0.Final-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kie.modules/org-hamcrest/ -->
<dependency>
<groupId>org.kie.modules</groupId>
<artifactId>org-hamcrest</artifactId>
<version>6.3.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.modules/org-hamcrest/
implementation 'org.kie.modules:org-hamcrest:6.3.0.Final'
// https://jarcasting.com/artifacts/org.kie.modules/org-hamcrest/
implementation ("org.kie.modules:org-hamcrest:6.3.0.Final")
'org.kie.modules:org-hamcrest:jar:6.3.0.Final'
<dependency org="org.kie.modules" name="org-hamcrest" rev="6.3.0.Final">
<artifact name="org-hamcrest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.modules', module='org-hamcrest', version='6.3.0.Final')
)
libraryDependencies += "org.kie.modules" % "org-hamcrest" % "6.3.0.Final"
[org.kie.modules/org-hamcrest "6.3.0.Final"]