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