| License |
License |
|---|---|
| GroupId | GroupIdcom.whyun |
| ArtifactId | ArtifactIdtotalshare |
| Version | Version0.1 |
| Type | Typejar |
| Description |
Descriptiontotalshare
A tool that supply the function of logining the third website based on oauth2 that common in use.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| totalshare-0.1.pom | |
| totalshare-0.1.jar | 40 KB |
| totalshare-0.1-sources.jar | 24 KB |
| totalshare-0.1-javadoc.jar | 167 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.whyun/totalshare/ -->
<dependency>
<groupId>com.whyun</groupId>
<artifactId>totalshare</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.whyun/totalshare/
implementation 'com.whyun:totalshare:0.1'
// https://jarcasting.com/artifacts/com.whyun/totalshare/
implementation ("com.whyun:totalshare:0.1")
'com.whyun:totalshare:jar:0.1'
<dependency org="com.whyun" name="totalshare" rev="0.1">
<artifact name="totalshare" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.whyun', module='totalshare', version='0.1')
)
libraryDependencies += "com.whyun" % "totalshare" % "0.1"
[com.whyun/totalshare "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.3.1 |
| org.apache.httpcomponents : httpmime | jar | 4.3.1 |
| com.alibaba : fastjson | jar | 1.1.37 |
| log4j : log4j | jar | 1.2.17 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.4 |
| javax.servlet.jsp : jsp-api | jar | 2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |