MVN

edu.columbia.tjw : item

Maven & Gradle

Sep 10, 2022
1 usages
0 stars

ITEM Model · A statistical model for automatic fitting against large data sets.

<dependency>
    <groupId>edu.columbia.tjw</groupId>
    <artifactId>item</artifactId>
    <version>1.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.columbia.tjw : item to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.1
  • Latest Beta: 1.2.0-beta12

All Versions

Choose a version of edu.columbia.tjw : item to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
item-1.5.1
item-1.5.0
1.4.x
item-1.4.3
item-1.4.2
item-1.4.1
item-1.4.0
1.3.x
item-1.3.1
item-1.3.0
1.2.x
item-1.2.0
item-1.2.0-beta12
item-1.2.0-beta11
item-1.2.0-beta10
item-1.2.0-beta9
item-1.2.0-beta8
item-1.2.0-beta6
item-1.2.0-beta5
item-1.2.0-beta4
item-1.2.0-beta3
item-1.2.0-beta2
item-1.2.0-beta1
1.1.x
item-1.1.8
item-1.1.7
item-1.1.6
item-1.1.5
item-1.1.4
item-1.1.3
item-1.1.2
item-1.1.1
item-1.1.0
1.0.x
item-1.0.6
item-1.0.5
item-1.0.4
item-1.0.3
spark
item-spark-1.2.0

How to add a dependency to Maven

Add the following edu.columbia.tjw : item maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.columbia.tjw</groupId>
    <artifactId>item</artifactId>
    <version>1.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.columbia.tjw : item gradle dependency to your build.gradle file:

implementation 'edu.columbia.tjw:item:1.5.1'

Gradle Kotlin DSL: Add the following edu.columbia.tjw : item gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.columbia.tjw:item:1.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.columbia.tjw : item sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.columbia.tjw" % "item" % "1.5.1"

Advertisement