MVN

tw.com.oneup.www : Baha-UrlPreview

Maven & Gradle

May 05, 2021
11 stars

Baha-UrlPreview · Help android developer easier to get url preview info

<dependency>
    <groupId>tw.com.oneup.www</groupId>
    <artifactId>Baha-UrlPreview</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tw.com.oneup.www : Baha-UrlPreview to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of tw.com.oneup.www : Baha-UrlPreview to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
Baha-UrlPreview-1.0.1
Baha-UrlPreview-1.0.0

How to add a dependency to Maven

Add the following tw.com.oneup.www : Baha-UrlPreview maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tw.com.oneup.www</groupId>
    <artifactId>Baha-UrlPreview</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tw.com.oneup.www : Baha-UrlPreview gradle dependency to your build.gradle file:

implementation 'tw.com.oneup.www:Baha-UrlPreview:1.0.1'

Gradle Kotlin DSL: Add the following tw.com.oneup.www : Baha-UrlPreview gradle kotlin dependency to your build.gradle.kts file:

implementation("tw.com.oneup.www:Baha-UrlPreview:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following tw.com.oneup.www : Baha-UrlPreview sbt scala dependency to your build.sbt file:

libraryDependencies += "tw.com.oneup.www" % "Baha-UrlPreview" % "1.0.1"

Advertisement