| License | License | 
|---|---|
| Categories | CategoriesDex General Purpose Libraries Utility | 
| GroupId | GroupIdru.yandex.qatools.processors | 
| ArtifactId | ArtifactIdannotation-processors | 
| Last Version | Last Version2.0.1 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionYandex QATools Annotation Processors Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| annotation-processors-2.0.1.pom | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/ru.yandex.qatools.processors/annotation-processors/ -->
<dependency>
    <groupId>ru.yandex.qatools.processors</groupId>
    <artifactId>annotation-processors</artifactId>
    <version>2.0.1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/ru.yandex.qatools.processors/annotation-processors/
implementation 'ru.yandex.qatools.processors:annotation-processors:2.0.1'// https://jarcasting.com/artifacts/ru.yandex.qatools.processors/annotation-processors/
implementation ("ru.yandex.qatools.processors:annotation-processors:2.0.1")'ru.yandex.qatools.processors:annotation-processors:pom:2.0.1'<dependency org="ru.yandex.qatools.processors" name="annotation-processors" rev="2.0.1">
  <artifact name="annotation-processors" type="pom" />
</dependency>@Grapes(
@Grab(group='ru.yandex.qatools.processors', module='annotation-processors', version='2.0.1')
)libraryDependencies += "ru.yandex.qatools.processors" % "annotation-processors" % "2.0.1"[ru.yandex.qatools.processors/annotation-processors "2.0.1"]