| GroupId | GroupIdio.annot8 |
|---|---|
| ArtifactId | ArtifactIdannot8-common |
| Version | Version1.0.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| annot8-common-1.0.1.pom | 849 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.annot8/annot8-common/ -->
<dependency>
<groupId>io.annot8</groupId>
<artifactId>annot8-common</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.annot8/annot8-common/
implementation 'io.annot8:annot8-common:1.0.1'
// https://jarcasting.com/artifacts/io.annot8/annot8-common/
implementation ("io.annot8:annot8-common:1.0.1")
'io.annot8:annot8-common:pom:1.0.1'
<dependency org="io.annot8" name="annot8-common" rev="1.0.1">
<artifact name="annot8-common" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.annot8', module='annot8-common', version='1.0.1')
)
libraryDependencies += "io.annot8" % "annot8-common" % "1.0.1"
[io.annot8/annot8-common "1.0.1"]