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