| License |
License |
|---|---|
| GroupId | GroupIdcom.github.almondtools |
| ArtifactId | ArtifactIdconmatch |
| Last Version | Last Version0.1.13 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.github.almondtools:conmatch
Hamcrest Matchers for generic programming idioms.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| conmatch-0.1.13.pom | |
| conmatch-0.1.13.jar | 19 KB |
| conmatch-0.1.13-sources.jar | 8 KB |
| conmatch-0.1.13-javadoc.jar | 94 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.almondtools/conmatch/ -->
<dependency>
<groupId>com.github.almondtools</groupId>
<artifactId>conmatch</artifactId>
<version>0.1.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.almondtools/conmatch/
implementation 'com.github.almondtools:conmatch:0.1.13'
// https://jarcasting.com/artifacts/com.github.almondtools/conmatch/
implementation ("com.github.almondtools:conmatch:0.1.13")
'com.github.almondtools:conmatch:jar:0.1.13'
<dependency org="com.github.almondtools" name="conmatch" rev="0.1.13">
<artifact name="conmatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.almondtools', module='conmatch', version='0.1.13')
)
libraryDependencies += "com.github.almondtools" % "conmatch" % "0.1.13"
[com.github.almondtools/conmatch "0.1.13"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-core | jar | 2.7.22 |