GroupId | GroupIdcom.moz.fiji.annotations |
---|---|
ArtifactId | ArtifactIdannotations |
Version | Version0.1.19 |
Type | Typejar |
Filename | Size |
---|---|
annotations-0.1.19.pom | |
annotations-0.1.19.jar | 5 KB |
annotations-0.1.19-sources.jar | 6 KB |
annotations-0.1.19-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.moz.fiji.annotations/annotations/ -->
<dependency>
<groupId>com.moz.fiji.annotations</groupId>
<artifactId>annotations</artifactId>
<version>0.1.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.moz.fiji.annotations/annotations/
implementation 'com.moz.fiji.annotations:annotations:0.1.19'
// https://jarcasting.com/artifacts/com.moz.fiji.annotations/annotations/
implementation ("com.moz.fiji.annotations:annotations:0.1.19")
'com.moz.fiji.annotations:annotations:jar:0.1.19'
<dependency org="com.moz.fiji.annotations" name="annotations" rev="0.1.19">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.moz.fiji.annotations', module='annotations', version='0.1.19')
)
libraryDependencies += "com.moz.fiji.annotations" % "annotations" % "0.1.19"
[com.moz.fiji.annotations/annotations "0.1.19"]