| License |
License |
|---|---|
| Categories |
CategoriesJBoss Container Application Servers RESTEasy Program Interface REST Frameworks |
| GroupId | GroupIdorg.jboss.resteasy.example.oauth |
| ArtifactId | ArtifactIdexamples |
| Last Version | Last Version3.0.0.Final |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionResteasy Skeleton Key Examples POM
|
| 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"]