MVN

com.github.vincentk : unit16-z

Maven & Gradle

Mar 23, 2016
1 usages
0 stars

unit16-z · A collection of utilities for representing and manipulating time series and such.

<dependency>
    <groupId>com.github.vincentk</groupId>
    <artifactId>unit16-z</artifactId>
    <version>0.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.vincentk : unit16-z to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.6

All Versions

Choose a version of com.github.vincentk : unit16-z to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
unit16-z-0.1.6
unit16-z-0.1.4
unit16-z-0.1.3
unit16-z-0.1.2
unit16-z-0.1.1
0.1
unit16-z-0.1
0.0.x
unit16-z-0.0.14
unit16-z-0.0.13
unit16-z-0.0.12
unit16-z-0.0.11
unit16-z-0.0.10
unit16-z-0.0.9
unit16-z-0.0.8
unit16-z-0.0.7
unit16-z-0.0.6
unit16-z-0.0.5
unit16-z-0.0.4
unit16-z-0.0.3
unit16-z-0.0.1

How to add a dependency to Maven

Add the following com.github.vincentk : unit16-z maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.vincentk</groupId>
    <artifactId>unit16-z</artifactId>
    <version>0.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.vincentk : unit16-z gradle dependency to your build.gradle file:

implementation 'com.github.vincentk:unit16-z:0.1.6'

Gradle Kotlin DSL: Add the following com.github.vincentk : unit16-z gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.vincentk:unit16-z:0.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.vincentk : unit16-z sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.vincentk" % "unit16-z" % "0.1.6"

Advertisement