Last Version

Resteasy Skeleton Key Examples POM 3.0.0.Final


License

License

Categories

Categories

JBoss Container Application Servers RESTEasy Program Interface REST Frameworks
GroupId

GroupId

org.jboss.resteasy.example.oauth
ArtifactId

ArtifactId

examples
Version

Version

3.0.0.Final
Type

Type

pom
Description

Description

Resteasy Skeleton Key Examples POM

Download examples 3.0.0.Final

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

<!-- 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