| License |
License |
|---|---|
| GroupId | GroupIdgroup.flyfish.oauth |
| ArtifactId | ArtifactIdoauth-nodejs |
| Last Version | Last Version1.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| oauth-nodejs-1.0.5.pom | |
| oauth-nodejs-1.0.5.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/group.flyfish.oauth/oauth-nodejs/ -->
<dependency>
<groupId>group.flyfish.oauth</groupId>
<artifactId>oauth-nodejs</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/group.flyfish.oauth/oauth-nodejs/
implementation 'group.flyfish.oauth:oauth-nodejs:1.0.5'
// https://jarcasting.com/artifacts/group.flyfish.oauth/oauth-nodejs/
implementation ("group.flyfish.oauth:oauth-nodejs:1.0.5")
'group.flyfish.oauth:oauth-nodejs:jar:1.0.5'
<dependency org="group.flyfish.oauth" name="oauth-nodejs" rev="1.0.5">
<artifact name="oauth-nodejs" type="jar" />
</dependency>
@Grapes(
@Grab(group='group.flyfish.oauth', module='oauth-nodejs', version='1.0.5')
)
libraryDependencies += "group.flyfish.oauth" % "oauth-nodejs" % "1.0.5"
[group.flyfish.oauth/oauth-nodejs "1.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.8 |