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