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