GroupId | GroupIdcom.moz.fiji.schema |
---|---|
ArtifactId | ArtifactIdcdh5-bridge |
Version | Version0.1.9 |
Type | Typejar |
Filename | Size |
---|---|
cdh5-bridge-0.1.9.pom | |
cdh5-bridge-0.1.9.jar | 12 KB |
cdh5-bridge-0.1.9-sources.jar | 11 KB |
cdh5-bridge-0.1.9-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.moz.fiji.schema/cdh5-bridge/ -->
<dependency>
<groupId>com.moz.fiji.schema</groupId>
<artifactId>cdh5-bridge</artifactId>
<version>0.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.moz.fiji.schema/cdh5-bridge/
implementation 'com.moz.fiji.schema:cdh5-bridge:0.1.9'
// https://jarcasting.com/artifacts/com.moz.fiji.schema/cdh5-bridge/
implementation ("com.moz.fiji.schema:cdh5-bridge:0.1.9")
'com.moz.fiji.schema:cdh5-bridge:jar:0.1.9'
<dependency org="com.moz.fiji.schema" name="cdh5-bridge" rev="0.1.9">
<artifact name="cdh5-bridge" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.moz.fiji.schema', module='cdh5-bridge', version='0.1.9')
)
libraryDependencies += "com.moz.fiji.schema" % "cdh5-bridge" % "0.1.9"
[com.moz.fiji.schema/cdh5-bridge "0.1.9"]