| License | License | 
|---|---|
| Categories | CategoriesDex General Purpose Libraries Utility | 
| GroupId | GroupIdru.yandex.qatools.processors | 
| ArtifactId | ArtifactIdfeature-matcher-generator | 
| Last Version | Last Version2.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionlib-qatools-feature-matcher-generator Annotation Processor to generate Hamcrest's Feature Matchers for fields | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/ru.yandex.qatools.processors/feature-matcher-generator/ -->
<dependency>
    <groupId>ru.yandex.qatools.processors</groupId>
    <artifactId>feature-matcher-generator</artifactId>
    <version>2.0.1</version>
</dependency>// https://jarcasting.com/artifacts/ru.yandex.qatools.processors/feature-matcher-generator/
implementation 'ru.yandex.qatools.processors:feature-matcher-generator:2.0.1'// https://jarcasting.com/artifacts/ru.yandex.qatools.processors/feature-matcher-generator/
implementation ("ru.yandex.qatools.processors:feature-matcher-generator:2.0.1")'ru.yandex.qatools.processors:feature-matcher-generator:jar:2.0.1'<dependency org="ru.yandex.qatools.processors" name="feature-matcher-generator" rev="2.0.1">
  <artifact name="feature-matcher-generator" type="jar" />
</dependency>@Grapes(
@Grab(group='ru.yandex.qatools.processors', module='feature-matcher-generator', version='2.0.1')
)libraryDependencies += "ru.yandex.qatools.processors" % "feature-matcher-generator" % "2.0.1"[ru.yandex.qatools.processors/feature-matcher-generator "2.0.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.hamcrest : hamcrest-core | jar | 1.3 | 
| ru.qatools.commons : properties | jar | 2.0.RC5 | 
| com.squareup : javapoet | jar | 1.8.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.hamcrest : hamcrest-all | jar | 1.3 | 
| junit : junit | jar | 4.12 | 
| org.mockito : mockito-all | jar | 1.10.19 | 
| com.google.testing.compile : compile-testing | jar | 0.10 |