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