GroupId | GroupIdorg.smallmind |
---|---|
ArtifactId | ArtifactIdweb-oauth |
Version | Version2.4.4 |
Type | Typejar |
Filename | Size |
---|---|
web-oauth-2.4.4.pom | |
web-oauth-2.4.4.jar | 59 KB |
web-oauth-2.4.4-sources.jar | 43 KB |
web-oauth-2.4.4-javadoc.jar | 179 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.smallmind/web-oauth/ -->
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>web-oauth</artifactId>
<version>2.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.smallmind/web-oauth/
implementation 'org.smallmind:web-oauth:2.4.4'
// https://jarcasting.com/artifacts/org.smallmind/web-oauth/
implementation ("org.smallmind:web-oauth:2.4.4")
'org.smallmind:web-oauth:jar:2.4.4'
<dependency org="org.smallmind" name="web-oauth" rev="2.4.4">
<artifact name="web-oauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smallmind', module='web-oauth', version='2.4.4')
)
libraryDependencies += "org.smallmind" % "web-oauth" % "2.4.4"
[org.smallmind/web-oauth "2.4.4"]