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