MVN

org.projectbarbel : barbelhisto

Maven & Gradle

Oct 04, 2022
1 usages
40 stars

BarbelHisto java library · BarbelHisto - Java library to manage bitemporal data

<dependency>
    <groupId>org.projectbarbel</groupId>
    <artifactId>barbelhisto</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.projectbarbel : barbelhisto to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of org.projectbarbel : barbelhisto to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
barbelhisto-2.2.0
2.0.x
barbelhisto-2.0.1
2.0
barbelhisto-2.0
1.7.x
barbelhisto-1.7.1
barbelhisto-1.7.0
1.6.x
barbelhisto-1.6.3
barbelhisto-1.6.2
barbelhisto-1.6.1
barbelhisto-1.6.0
1.5.x
barbelhisto-1.5.9
barbelhisto-1.5.8
barbelhisto-1.5.7
barbelhisto-1.5.6
barbelhisto-1.5.5
barbelhisto-1.5.4
barbelhisto-1.5.3
barbelhisto-1.5.2
barbelhisto-1.5.1
barbelhisto-1.5.0
1.4.x
barbelhisto-1.4.2
barbelhisto-1.4.1
barbelhisto-1.4.0
1.3.x
barbelhisto-1.3.0
1.1.x
barbelhisto-1.1.0
1.0.x
barbelhisto-1.0.0

How to add a dependency to Maven

Add the following org.projectbarbel : barbelhisto maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.projectbarbel</groupId>
    <artifactId>barbelhisto</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.projectbarbel : barbelhisto gradle dependency to your build.gradle file:

implementation 'org.projectbarbel:barbelhisto:2.2.0'

Gradle Kotlin DSL: Add the following org.projectbarbel : barbelhisto gradle kotlin dependency to your build.gradle.kts file:

implementation("org.projectbarbel:barbelhisto:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.projectbarbel : barbelhisto sbt scala dependency to your build.sbt file:

libraryDependencies += "org.projectbarbel" % "barbelhisto" % "2.2.0"

Advertisement