| License |
License |
|---|---|
| GroupId | GroupIdme.loki2302 |
| ArtifactId | ArtifactIdsocialauth |
| Version | Version0.0.1 |
| Type | Typejar |
| Description |
Descriptionsocialauth
A minimalist social authentication library for Java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| socialauth-0.0.1.pom | |
| socialauth-0.0.1.jar | 14 KB |
| socialauth-0.0.1-sources.jar | 6 KB |
| socialauth-0.0.1-javadoc.jar | 76 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.loki2302/socialauth/ -->
<dependency>
<groupId>me.loki2302</groupId>
<artifactId>socialauth</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.loki2302/socialauth/
implementation 'me.loki2302:socialauth:0.0.1'
// https://jarcasting.com/artifacts/me.loki2302/socialauth/
implementation ("me.loki2302:socialauth:0.0.1")
'me.loki2302:socialauth:jar:0.0.1'
<dependency org="me.loki2302" name="socialauth" rev="0.0.1">
<artifact name="socialauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.loki2302', module='socialauth', version='0.0.1')
)
libraryDependencies += "me.loki2302" % "socialauth" % "0.0.1"
[me.loki2302/socialauth "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.13 |
| org.apache.httpcomponents : httpclient | jar | 4.3 |
| commons-io : commons-io | jar | 2.4 |
| org.twitter4j : twitter4j-core | jar | 3.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |