GroupId | GroupIdorg.webjars.bower |
---|---|
ArtifactId | ArtifactIdoauth-ng |
Version | Version0.3.8 |
Type | Typejar |
Filename | Size |
---|---|
oauth-ng-0.3.8.pom | |
oauth-ng-0.3.8.jar | 11 KB |
oauth-ng-0.3.8-sources.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/oauth-ng/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>oauth-ng</artifactId>
<version>0.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/oauth-ng/
implementation 'org.webjars.bower:oauth-ng:0.3.8'
// https://jarcasting.com/artifacts/org.webjars.bower/oauth-ng/
implementation ("org.webjars.bower:oauth-ng:0.3.8")
'org.webjars.bower:oauth-ng:jar:0.3.8'
<dependency org="org.webjars.bower" name="oauth-ng" rev="0.3.8">
<artifact name="oauth-ng" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='oauth-ng', version='0.3.8')
)
libraryDependencies += "org.webjars.bower" % "oauth-ng" % "0.3.8"
[org.webjars.bower/oauth-ng "0.3.8"]