| Группа | Группаio.annot8 |
|---|---|
| Идентификатор | Идентификаторannot8-common |
| Версия | Версия1.0.2 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| annot8-common-1.0.2.pom | 849 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.annot8/annot8-common/ -->
<dependency>
<groupId>io.annot8</groupId>
<artifactId>annot8-common</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.annot8/annot8-common/
implementation 'io.annot8:annot8-common:1.0.2'
// https://jarcasting.com/artifacts/io.annot8/annot8-common/
implementation ("io.annot8:annot8-common:1.0.2")
'io.annot8:annot8-common:pom:1.0.2'
<dependency org="io.annot8" name="annot8-common" rev="1.0.2">
<artifact name="annot8-common" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.annot8', module='annot8-common', version='1.0.2')
)
libraryDependencies += "io.annot8" % "annot8-common" % "1.0.2"
[io.annot8/annot8-common "1.0.2"]