MVN

org.bidib.jbidib : bidibwizard-spy-installer

Maven & Gradle

Apr 29, 2023

jBiDiB :: BiDiB Wizard Spy Installer · jBiDiB BiDiB Wizard Spy Installer POM

<dependency>
    <groupId>org.bidib.jbidib</groupId>
    <artifactId>bidibwizard-spy-installer</artifactId>
    <version>2.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bidib.jbidib : bidibwizard-spy-installer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.9
  • Latest Release Candidate: 2.0.0.RC6

All Versions

Choose a version of org.bidib.jbidib : bidibwizard-spy-installer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
bidibwizard-spy-installer-2.0.9
bidibwizard-spy-installer-2.0.8
bidibwizard-spy-installer-2.0.7
bidibwizard-spy-installer-2.0.6
bidibwizard-spy-installer-2.0.5
bidibwizard-spy-installer-2.0.4
bidibwizard-spy-installer-2.0.3
bidibwizard-spy-installer-2.0.2
bidibwizard-spy-installer-2.0.1
bidibwizard-spy-installer-2.0.0
bidibwizard-spy-installer-2.0.0.RC6
bidibwizard-spy-installer-2.0.0.RC5
bidibwizard-spy-installer-2.0.0.RC4
bidibwizard-spy-installer-2.0.0.RC3
bidibwizard-spy-installer-2.0.0.RC2
bidibwizard-spy-installer-2.0.0.RC1

How to add a dependency to Maven

Add the following org.bidib.jbidib : bidibwizard-spy-installer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bidib.jbidib</groupId>
    <artifactId>bidibwizard-spy-installer</artifactId>
    <version>2.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bidib.jbidib : bidibwizard-spy-installer gradle dependency to your build.gradle file:

implementation 'org.bidib.jbidib:bidibwizard-spy-installer:2.0.9'

Gradle Kotlin DSL: Add the following org.bidib.jbidib : bidibwizard-spy-installer gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bidib.jbidib:bidibwizard-spy-installer:2.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bidib.jbidib : bidibwizard-spy-installer sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bidib.jbidib" % "bidibwizard-spy-installer" % "2.0.9"