Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdru.yandex.qatools.processors |
ArtifactId | ArtifactIdannotation-processors |
Version | Version2.0.0 |
Type | Typepom |
Filename | Size |
---|---|
annotation-processors-2.0.0.pom | 5 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.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ru.yandex.qatools.processors/annotation-processors/
implementation 'ru.yandex.qatools.processors:annotation-processors:2.0.0'
// https://jarcasting.com/artifacts/ru.yandex.qatools.processors/annotation-processors/
implementation ("ru.yandex.qatools.processors:annotation-processors:2.0.0")
'ru.yandex.qatools.processors:annotation-processors:pom:2.0.0'
<dependency org="ru.yandex.qatools.processors" name="annotation-processors" rev="2.0.0">
<artifact name="annotation-processors" type="pom" />
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools.processors', module='annotation-processors', version='2.0.0')
)
libraryDependencies += "ru.yandex.qatools.processors" % "annotation-processors" % "2.0.0"
[ru.yandex.qatools.processors/annotation-processors "2.0.0"]