MVN

com.deeplyinc.listen.sdk : listen

Maven & Gradle

Jul 13, 2023
3 stars

listen · An Android library for sound event detection powered by deep learning.

<dependency>
    <groupId>com.deeplyinc.listen.sdk</groupId>
    <artifactId>listen</artifactId>
    <version>1.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.deeplyinc.listen.sdk : listen to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.10

All Versions

Choose a version of com.deeplyinc.listen.sdk : listen to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
listen-1.0.10
listen-1.0.9
listen-1.0.8
listen-1.0.7
listen-1.0.6
listen-1.0.5
listen-1.0.4
listen-1.0.3
listen-1.0.2
listen-1.0.1
listen-1.0.0

How to add a dependency to Maven

Add the following com.deeplyinc.listen.sdk : listen maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.deeplyinc.listen.sdk</groupId>
    <artifactId>listen</artifactId>
    <version>1.0.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.deeplyinc.listen.sdk : listen gradle dependency to your build.gradle file:

implementation 'com.deeplyinc.listen.sdk:listen:1.0.10'

Gradle Kotlin DSL: Add the following com.deeplyinc.listen.sdk : listen gradle kotlin dependency to your build.gradle.kts file:

implementation("com.deeplyinc.listen.sdk:listen:1.0.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.deeplyinc.listen.sdk : listen sbt scala dependency to your build.sbt file:

libraryDependencies += "com.deeplyinc.listen.sdk" % "listen" % "1.0.10"

Advertisement