GroupId | GroupIdio.annot8 |
---|---|
ArtifactId | ArtifactIdannot8-components-base |
Version | Version0.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.annot8/annot8-components-base/ -->
<dependency>
<groupId>io.annot8</groupId>
<artifactId>annot8-components-base</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.annot8/annot8-components-base/
implementation 'io.annot8:annot8-components-base:0.5.0'
// https://jarcasting.com/artifacts/io.annot8/annot8-components-base/
implementation ("io.annot8:annot8-components-base:0.5.0")
'io.annot8:annot8-components-base:jar:0.5.0'
<dependency org="io.annot8" name="annot8-components-base" rev="0.5.0">
<artifact name="annot8-components-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.annot8', module='annot8-components-base', version='0.5.0')
)
libraryDependencies += "io.annot8" % "annot8-components-base" % "0.5.0"
[io.annot8/annot8-components-base "0.5.0"]