MVN

io.vacco.volach : vl-fprint-pk

Maven & Gradle

Jan 07, 2022
0 stars

vl-fprint-pk · Minimal audio fingerprinting library

<dependency>
    <groupId>io.vacco.volach</groupId>
    <artifactId>vl-fprint-pk</artifactId>
    <version>0.3.0-MILESTONE-202201070803</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.vacco.volach : vl-fprint-pk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.0-MILESTONE-202201070803

All Versions

Choose a version of io.vacco.volach : vl-fprint-pk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
vl-fprint-pk-0.3.0-MILESTONE-202201070803
0.2.x
vl-fprint-pk-0.2.1-MILESTONE-202201040321
vl-fprint-pk-0.2.1-MILESTONE-202201030220
vl-fprint-pk-0.2.0-MILESTONE-202112211311
0.1.x
vl-fprint-pk-0.1.6-MILESTONE-202109070409
vl-fprint-pk-0.1.5-MILESTONE-202109050750
vl-fprint-pk-0.1.0-MILESTONE-202107030341

How to add a dependency to Maven

Add the following io.vacco.volach : vl-fprint-pk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.vacco.volach</groupId>
    <artifactId>vl-fprint-pk</artifactId>
    <version>0.3.0-MILESTONE-202201070803</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.vacco.volach : vl-fprint-pk gradle dependency to your build.gradle file:

implementation 'io.vacco.volach:vl-fprint-pk:0.3.0-MILESTONE-202201070803'

Gradle Kotlin DSL: Add the following io.vacco.volach : vl-fprint-pk gradle kotlin dependency to your build.gradle.kts file:

implementation("io.vacco.volach:vl-fprint-pk:0.3.0-MILESTONE-202201070803")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.vacco.volach : vl-fprint-pk sbt scala dependency to your build.sbt file:

libraryDependencies += "io.vacco.volach" % "vl-fprint-pk" % "0.3.0-MILESTONE-202201070803"

Advertisement