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