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