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