MVN

net.haesleinhuepf : clijx-assistant-imglib2_

Maven & Gradle

Jun 13, 2021
1 usages

Imglib2 wrapper for CLIJx-assistant · Imglib2 wrapper for CLIJx-assistant

<dependency>
    <groupId>net.haesleinhuepf</groupId>
    <artifactId>clijx-assistant-imglib2_</artifactId>
    <version>0.6.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.haesleinhuepf : clijx-assistant-imglib2_ to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.0.1

All Versions

Choose a version of net.haesleinhuepf : clijx-assistant-imglib2_ to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
clijx-assistant-imglib2_-0.6.0.1
0.5.x
clijx-assistant-imglib2_-0.5.0.6

How to add a dependency to Maven

Add the following net.haesleinhuepf : clijx-assistant-imglib2_ maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.haesleinhuepf</groupId>
    <artifactId>clijx-assistant-imglib2_</artifactId>
    <version>0.6.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.haesleinhuepf : clijx-assistant-imglib2_ gradle dependency to your build.gradle file:

implementation 'net.haesleinhuepf:clijx-assistant-imglib2_:0.6.0.1'

Gradle Kotlin DSL: Add the following net.haesleinhuepf : clijx-assistant-imglib2_ gradle kotlin dependency to your build.gradle.kts file:

implementation("net.haesleinhuepf:clijx-assistant-imglib2_:0.6.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.haesleinhuepf : clijx-assistant-imglib2_ sbt scala dependency to your build.sbt file:

libraryDependencies += "net.haesleinhuepf" % "clijx-assistant-imglib2_" % "0.6.0.1"

Advertisement