MVN

io.github.rocsg : fijiyama

Maven & Gradle

Jul 07, 2023
9 stars

fijiyama · Fijiyama : a versatile registration tool for 3D multimodal time-lapse imaging

<dependency>
    <groupId>io.github.rocsg</groupId>
    <artifactId>fijiyama</artifactId>
    <version>4.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.rocsg : fijiyama to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.0

All Versions

Choose a version of io.github.rocsg : fijiyama to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
fijiyama-4.2.0
4.1.x
fijiyama-4.1.1
4.0.x
fijiyama-4.0.11
fijiyama-4.0.10
fijiyama-4.0.9
fijiyama-4.0.6
fijiyama-4.0.5
fijiyama-4.0.4
fijiyama-4.0.3
fijiyama-4.0.2
fijiyama-4.0.1
fijiyama-4.0.0

How to add a dependency to Maven

Add the following io.github.rocsg : fijiyama maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.rocsg</groupId>
    <artifactId>fijiyama</artifactId>
    <version>4.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.rocsg : fijiyama gradle dependency to your build.gradle file:

implementation 'io.github.rocsg:fijiyama:4.2.0'

Gradle Kotlin DSL: Add the following io.github.rocsg : fijiyama gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.rocsg:fijiyama:4.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.rocsg : fijiyama sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.rocsg" % "fijiyama" % "4.2.0"

Advertisement