| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.eclipse.lyo.server |
| ArtifactId | ArtifactIdoauth-webapp |
| Version | Version5.0.0.alpha4 |
| Type | Typewar |
| Description |
DescriptionLyo :: Server :: OAuth Webapp
A template webapp for implementing an OAuth provider.
|
| Filename | Size |
|---|---|
| oauth-webapp-5.0.0.alpha4.pom | |
| oauth-webapp-5.0.0.alpha4.war | 238 KB |
| oauth-webapp-5.0.0.alpha4-sources.jar | 10 KB |
| oauth-webapp-5.0.0.alpha4-javadoc.jar | 410 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.lyo.server/oauth-webapp/ -->
<dependency>
<groupId>org.eclipse.lyo.server</groupId>
<artifactId>oauth-webapp</artifactId>
<version>5.0.0.alpha4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.lyo.server/oauth-webapp/
implementation 'org.eclipse.lyo.server:oauth-webapp:5.0.0.alpha4'
// https://jarcasting.com/artifacts/org.eclipse.lyo.server/oauth-webapp/
implementation ("org.eclipse.lyo.server:oauth-webapp:5.0.0.alpha4")
'org.eclipse.lyo.server:oauth-webapp:war:5.0.0.alpha4'
<dependency org="org.eclipse.lyo.server" name="oauth-webapp" rev="5.0.0.alpha4">
<artifact name="oauth-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.lyo.server', module='oauth-webapp', version='5.0.0.alpha4')
)
libraryDependencies += "org.eclipse.lyo.server" % "oauth-webapp" % "5.0.0.alpha4"
[org.eclipse.lyo.server/oauth-webapp "5.0.0.alpha4"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.oauth.core : oauth | jar | 20100527 |
| net.oauth.core : oauth-provider | jar | 20100527 |
| org.eclipse.lyo.server : oauth-core | jar | 5.0.0.alpha4 |
| org.slf4j : slf4j-api | jar | 1.7.36 |
| org.apache.wink : wink-json4j | jar | 1.2.1-incubating |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet.jsp.jstl : javax.servlet.jsp.jstl-api | jar | 1.2.2 |
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| jakarta.ws.rs : jakarta.ws.rs-api | jar | 2.1.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |