MVN

io.github.msdk : msdk-featuredetection-srm

Maven & Gradle

Jul 28, 2019
1 usages
36 stars

MSDK SRM feature detection algorithm

<dependency>
    <groupId>io.github.msdk</groupId>
    <artifactId>msdk-featuredetection-srm</artifactId>
    <version>0.0.27</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.msdk : msdk-featuredetection-srm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.27

All Versions

Choose a version of io.github.msdk : msdk-featuredetection-srm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
msdk-featuredetection-srm-0.0.27
msdk-featuredetection-srm-0.0.26
msdk-featuredetection-srm-0.0.25
msdk-featuredetection-srm-0.0.24
msdk-featuredetection-srm-0.0.23
msdk-featuredetection-srm-0.0.22
msdk-featuredetection-srm-0.0.21
msdk-featuredetection-srm-0.0.20
msdk-featuredetection-srm-0.0.19
msdk-featuredetection-srm-0.0.18
msdk-featuredetection-srm-0.0.17
msdk-featuredetection-srm-0.0.16
msdk-featuredetection-srm-0.0.15
msdk-featuredetection-srm-0.0.14
msdk-featuredetection-srm-0.0.13
msdk-featuredetection-srm-0.0.12
msdk-featuredetection-srm-0.0.11
msdk-featuredetection-srm-0.0.10

How to add a dependency to Maven

Add the following io.github.msdk : msdk-featuredetection-srm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.msdk</groupId>
    <artifactId>msdk-featuredetection-srm</artifactId>
    <version>0.0.27</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.msdk : msdk-featuredetection-srm gradle dependency to your build.gradle file:

implementation 'io.github.msdk:msdk-featuredetection-srm:0.0.27'

Gradle Kotlin DSL: Add the following io.github.msdk : msdk-featuredetection-srm gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.msdk:msdk-featuredetection-srm:0.0.27")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.msdk : msdk-featuredetection-srm sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.msdk" % "msdk-featuredetection-srm" % "0.0.27"

Advertisement