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