GroupId | GroupIdio.github.splotycode.mosaik |
---|---|
ArtifactId | ArtifactIdAnnotations |
Version | Version2.1.0-Dev |
Type | Typejar |
Filename | Size |
---|---|
Annotations-2.1.0-Dev.pom | |
Annotations-2.1.0-Dev.jar | 5 KB |
Annotations-2.1.0-Dev-sources.jar | 4 KB |
Annotations-2.1.0-Dev-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.splotycode.mosaik/Annotations/ -->
<dependency>
<groupId>io.github.splotycode.mosaik</groupId>
<artifactId>Annotations</artifactId>
<version>2.1.0-Dev</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.splotycode.mosaik/Annotations/
implementation 'io.github.splotycode.mosaik:Annotations:2.1.0-Dev'
// https://jarcasting.com/artifacts/io.github.splotycode.mosaik/Annotations/
implementation ("io.github.splotycode.mosaik:Annotations:2.1.0-Dev")
'io.github.splotycode.mosaik:Annotations:jar:2.1.0-Dev'
<dependency org="io.github.splotycode.mosaik" name="Annotations" rev="2.1.0-Dev">
<artifact name="Annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.splotycode.mosaik', module='Annotations', version='2.1.0-Dev')
)
libraryDependencies += "io.github.splotycode.mosaik" % "Annotations" % "2.1.0-Dev"
[io.github.splotycode.mosaik/Annotations "2.1.0-Dev"]