MVN

com.github.allenxuan : ShowPowerfulWeb

Maven & Gradle

Jan 22, 2016
2 stars

ShowPowerfulWeb · This library is built for gorgeous display of web contents within your application. Specifically, it helps you launch the Chrome custom tabs when it's available.When Chrome custom tabs is not available, it helps you launch the FinestWebView which is a beautiful and customizable Android Activity that shows web pages within an app. You can say this library is a hybrid of the following two projects: custom-tabs-client FinestWebView-Android References: https://developer.chrome.com/multidevice/android/customtabs https://github.com/GoogleChrome/custom-tabs-client https://github.com/TheFinestArtist/FinestWebView-Android

<dependency>
    <groupId>com.github.allenxuan</groupId>
    <artifactId>ShowPowerfulWeb</artifactId>
    <version>0.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.allenxuan : ShowPowerfulWeb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.0

All Versions

Choose a version of com.github.allenxuan : ShowPowerfulWeb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
ShowPowerfulWeb-0.6.0
0.5.x
ShowPowerfulWeb-0.5.0
0.4.x
ShowPowerfulWeb-0.4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.allenxuan</groupId>
    <artifactId>ShowPowerfulWeb</artifactId>
    <version>0.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.allenxuan : ShowPowerfulWeb gradle dependency to your build.gradle file:

implementation 'com.github.allenxuan:ShowPowerfulWeb:0.6.0'

Gradle Kotlin DSL: Add the following com.github.allenxuan : ShowPowerfulWeb gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.allenxuan:ShowPowerfulWeb:0.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.allenxuan : ShowPowerfulWeb sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.allenxuan" % "ShowPowerfulWeb" % "0.6.0"