GroupId | GroupIdorg.kie.modules |
---|---|
ArtifactId | ArtifactIdorg-hamcrest |
Version | Version6.2.0.Beta1 |
Type | Typejar |
Filename | Size |
---|---|
org-hamcrest-6.2.0.Beta1.pom | 951 bytes |
org-hamcrest-6.2.0.Beta1-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.2.0.Beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.modules/org-hamcrest/
implementation 'org.kie.modules:org-hamcrest:6.2.0.Beta1'
// https://jarcasting.com/artifacts/org.kie.modules/org-hamcrest/
implementation ("org.kie.modules:org-hamcrest:6.2.0.Beta1")
'org.kie.modules:org-hamcrest:jar:6.2.0.Beta1'
<dependency org="org.kie.modules" name="org-hamcrest" rev="6.2.0.Beta1">
<artifact name="org-hamcrest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.modules', module='org-hamcrest', version='6.2.0.Beta1')
)
libraryDependencies += "org.kie.modules" % "org-hamcrest" % "6.2.0.Beta1"
[org.kie.modules/org-hamcrest "6.2.0.Beta1"]