MVN

com.techibi : vibwifi_lib

Maven & Gradle

Oct 28, 2016
8 stars

vibwifi · This Android library used to Scan Wifi single or multiple times and get connect the scaned wifi

<dependency>
    <groupId>com.techibi</groupId>
    <artifactId>vibwifi_lib</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.techibi : vibwifi_lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of com.techibi : vibwifi_lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
vibwifi_lib-0.1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.techibi</groupId>
    <artifactId>vibwifi_lib</artifactId>
    <version>0.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.techibi : vibwifi_lib gradle dependency to your build.gradle file:

implementation 'com.techibi:vibwifi_lib:0.1.1'

Gradle Kotlin DSL: Add the following com.techibi : vibwifi_lib gradle kotlin dependency to your build.gradle.kts file:

implementation("com.techibi:vibwifi_lib:0.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.techibi : vibwifi_lib sbt scala dependency to your build.sbt file:

libraryDependencies += "com.techibi" % "vibwifi_lib" % "0.1.1"

Advertisement