| GroupId | GroupIdorg.daisy.dotify |
|---|---|
| ArtifactId | ArtifactIddotify.common |
| Version | Version3.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dotify.common-3.0.0.pom | |
| dotify.common-3.0.0.jar | 142 KB |
| dotify.common-3.0.0-sources.jar | 115 KB |
| dotify.common-3.0.0-javadoc.jar | 200 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.daisy.dotify/dotify.common/ -->
<dependency>
<groupId>org.daisy.dotify</groupId>
<artifactId>dotify.common</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.daisy.dotify/dotify.common/
implementation 'org.daisy.dotify:dotify.common:3.0.0'
// https://jarcasting.com/artifacts/org.daisy.dotify/dotify.common/
implementation ("org.daisy.dotify:dotify.common:3.0.0")
'org.daisy.dotify:dotify.common:jar:3.0.0'
<dependency org="org.daisy.dotify" name="dotify.common" rev="3.0.0">
<artifact name="dotify.common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.daisy.dotify', module='dotify.common', version='3.0.0')
)
libraryDependencies += "org.daisy.dotify" % "dotify.common" % "3.0.0"
[org.daisy.dotify/dotify.common "3.0.0"]