MVN

co.lujun : tpsharelogin

Maven & Gradle

May 18, 2017
79 stars

TPShareLogin · 集微博、微信和QQ三方登录及分享功能的库,让你告别“重量级”的ShareSDK

<dependency>
    <groupId>co.lujun</groupId>
    <artifactId>tpsharelogin</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.lujun : tpsharelogin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of co.lujun : tpsharelogin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
tpsharelogin-1.1.1
tpsharelogin-1.1.0
1.0.x
tpsharelogin-1.0.4

How to add a dependency to Maven

Add the following co.lujun : tpsharelogin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.lujun</groupId>
    <artifactId>tpsharelogin</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.lujun : tpsharelogin gradle dependency to your build.gradle file:

implementation 'co.lujun:tpsharelogin:1.1.1'

Gradle Kotlin DSL: Add the following co.lujun : tpsharelogin gradle kotlin dependency to your build.gradle.kts file:

implementation("co.lujun:tpsharelogin:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.lujun : tpsharelogin sbt scala dependency to your build.sbt file:

libraryDependencies += "co.lujun" % "tpsharelogin" % "1.1.1"

Advertisement