License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdgroup.flyfish.oauth |
ArtifactId | ArtifactIdoauth-client |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Filename | Size |
---|---|
oauth-client-1.0.5.pom | |
oauth-client-1.0.5.jar | 148 KB |
oauth-client-1.0.5-sources.jar | 87 KB |
oauth-client-1.0.5-javadoc.jar | 718 KB |
Browse |
<!-- https://jarcasting.com/artifacts/group.flyfish.oauth/oauth-client/ -->
<dependency>
<groupId>group.flyfish.oauth</groupId>
<artifactId>oauth-client</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/group.flyfish.oauth/oauth-client/
implementation 'group.flyfish.oauth:oauth-client:1.0.5'
// https://jarcasting.com/artifacts/group.flyfish.oauth/oauth-client/
implementation ("group.flyfish.oauth:oauth-client:1.0.5")
'group.flyfish.oauth:oauth-client:jar:1.0.5'
<dependency org="group.flyfish.oauth" name="oauth-client" rev="1.0.5">
<artifact name="oauth-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='group.flyfish.oauth', module='oauth-client', version='1.0.5')
)
libraryDependencies += "group.flyfish.oauth" % "oauth-client" % "1.0.5"
[group.flyfish.oauth/oauth-client "1.0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.github.scribejava : scribejava-core | jar | 6.6.3 |
org.apache.httpcomponents : httpclient | jar | 4.5.9 |
org.apache.httpcomponents : httpmime | jar | 4.5.9 |
org.apache.commons : commons-collections4 | jar | 4.3 |
commons-beanutils : commons-beanutils | jar | 1.9.4 |
org.apache.commons : commons-lang3 | jar | 3.9 |
commons-io : commons-io | jar | 2.6 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.9 |
org.apache.velocity : velocity-engine-core | jar | 2.0 |
org.projectlombok : lombok | jar | 1.18.8 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |