| GroupId | GroupIdio.annot8 |
|---|---|
| ArtifactId | ArtifactIdannot8-conventions |
| Version | Version0.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| annot8-conventions-0.4.0.pom | |
| annot8-conventions-0.4.0.jar | 8 KB |
| annot8-conventions-0.4.0-sources.jar | 5 KB |
| annot8-conventions-0.4.0-javadoc.jar | 429 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.annot8/annot8-conventions/ -->
<dependency>
<groupId>io.annot8</groupId>
<artifactId>annot8-conventions</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.annot8/annot8-conventions/
implementation 'io.annot8:annot8-conventions:0.4.0'
// https://jarcasting.com/artifacts/io.annot8/annot8-conventions/
implementation ("io.annot8:annot8-conventions:0.4.0")
'io.annot8:annot8-conventions:jar:0.4.0'
<dependency org="io.annot8" name="annot8-conventions" rev="0.4.0">
<artifact name="annot8-conventions" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.annot8', module='annot8-conventions', version='0.4.0')
)
libraryDependencies += "io.annot8" % "annot8-conventions" % "0.4.0"
[io.annot8/annot8-conventions "0.4.0"]