Resteasy Skeleton Key Examples POM


License

License

Categories

Categories

JBoss Container Application Servers RESTEasy Program Interface REST Frameworks
GroupId

GroupId

org.jboss.resteasy.example.oauth
ArtifactId

ArtifactId

examples
Last Version

Last Version

3.0.0.Final
Release Date

Release Date

Type

Type

pom
Description

Description

Resteasy Skeleton Key Examples POM

Download examples

Filename Size
examples-3.0.0.Final.pom 1 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/org.jboss.resteasy.example.oauth/examples/ -->
<dependency>
    <groupId>org.jboss.resteasy.example.oauth</groupId>
    <artifactId>examples</artifactId>
    <version>3.0.0.Final</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy.example.oauth/examples/
implementation 'org.jboss.resteasy.example.oauth:examples:3.0.0.Final'
// https://jarcasting.com/artifacts/org.jboss.resteasy.example.oauth/examples/
implementation ("org.jboss.resteasy.example.oauth:examples:3.0.0.Final")
'org.jboss.resteasy.example.oauth:examples:pom:3.0.0.Final'
<dependency org="org.jboss.resteasy.example.oauth" name="examples" rev="3.0.0.Final">
  <artifact name="examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy.example.oauth', module='examples', version='3.0.0.Final')
)
libraryDependencies += "org.jboss.resteasy.example.oauth" % "examples" % "3.0.0.Final"
[org.jboss.resteasy.example.oauth/examples "3.0.0.Final"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • wars/auth-server
  • wars/database-service
  • wars/customer-app
  • wars/product-app
  • wars/third-party
  • wars/client-grant

Versions

Version
3.0.0.Final
3.0-rc-1
3.0-beta-6
3.0-beta-5
3.0-beta-4
3.0-beta-3
3.0-beta-2