MVN

de.biomedical-imaging.TraJ : traj

Maven & Gradle

Aug 24, 2016
11 stars

TraJ · Library for diffusion trajectory analysis

<dependency>
    <groupId>de.biomedical-imaging.TraJ</groupId>
    <artifactId>traj</artifactId>
    <version>0.5.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.biomedical-imaging.TraJ : traj to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.6

All Versions

Choose a version of de.biomedical-imaging.TraJ : traj to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
traj-0.5.6
traj-0.5.5
traj-0.5.4
traj-0.5.3
traj-0.5.2
traj-0.5.1
traj-0.5.0

How to add a dependency to Maven

Add the following de.biomedical-imaging.TraJ : traj maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.biomedical-imaging.TraJ</groupId>
    <artifactId>traj</artifactId>
    <version>0.5.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.biomedical-imaging.TraJ : traj gradle dependency to your build.gradle file:

implementation 'de.biomedical-imaging.TraJ:traj:0.5.6'

Gradle Kotlin DSL: Add the following de.biomedical-imaging.TraJ : traj gradle kotlin dependency to your build.gradle.kts file:

implementation("de.biomedical-imaging.TraJ:traj:0.5.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.biomedical-imaging.TraJ : traj sbt scala dependency to your build.sbt file:

libraryDependencies += "de.biomedical-imaging.TraJ" % "traj" % "0.5.6"

Advertisement