| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.eclipse.lyo.server |
| ArtifactId | ArtifactIdoauth-consumer-store |
| Version | Version4.1.0.alpha1 |
| Type | Typejar |
| Description |
DescriptionLyo :: Server :: OAuth Consumer Store
File-based consumer store for Eclipse Lyo OAuth providers.
|
<!-- https://jarcasting.com/artifacts/org.eclipse.lyo.server/oauth-consumer-store/ -->
<dependency>
<groupId>org.eclipse.lyo.server</groupId>
<artifactId>oauth-consumer-store</artifactId>
<version>4.1.0.alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.lyo.server/oauth-consumer-store/
implementation 'org.eclipse.lyo.server:oauth-consumer-store:4.1.0.alpha1'
// https://jarcasting.com/artifacts/org.eclipse.lyo.server/oauth-consumer-store/
implementation ("org.eclipse.lyo.server:oauth-consumer-store:4.1.0.alpha1")
'org.eclipse.lyo.server:oauth-consumer-store:jar:4.1.0.alpha1'
<dependency org="org.eclipse.lyo.server" name="oauth-consumer-store" rev="4.1.0.alpha1">
<artifact name="oauth-consumer-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.lyo.server', module='oauth-consumer-store', version='4.1.0.alpha1')
)
libraryDependencies += "org.eclipse.lyo.server" % "oauth-consumer-store" % "4.1.0.alpha1"
[org.eclipse.lyo.server/oauth-consumer-store "4.1.0.alpha1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.lyo.server : oauth-core | jar | 4.1.0.alpha1 |
| org.apache.jena : apache-jena-libs | pom | 3.16.0 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| commons-codec : commons-codec | jar | 1.15 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |