GroupId | GroupIdcom.moz.fiji.annotations |
---|---|
ArtifactId | ArtifactIdannotations |
Version | Version0.1.17 |
Type | Typejar |
Filename | Size |
---|---|
annotations-0.1.17.pom | |
annotations-0.1.17.jar | 5 KB |
annotations-0.1.17-sources.jar | 6 KB |
annotations-0.1.17-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.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.moz.fiji.annotations/annotations/
implementation 'com.moz.fiji.annotations:annotations:0.1.17'
// https://jarcasting.com/artifacts/com.moz.fiji.annotations/annotations/
implementation ("com.moz.fiji.annotations:annotations:0.1.17")
'com.moz.fiji.annotations:annotations:jar:0.1.17'
<dependency org="com.moz.fiji.annotations" name="annotations" rev="0.1.17">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.moz.fiji.annotations', module='annotations', version='0.1.17')
)
libraryDependencies += "com.moz.fiji.annotations" % "annotations" % "0.1.17"
[com.moz.fiji.annotations/annotations "0.1.17"]