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