Categories |
CategoriesJBoss Container Application Servers RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.jboss.resteasy.example.oauth |
ArtifactId | ArtifactIdexamples |
Version | Version3.0-beta-2 |
Type | Typepom |
Filename | Size |
---|---|
examples-3.0-beta-2.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-beta-2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy.example.oauth/examples/
implementation 'org.jboss.resteasy.example.oauth:examples:3.0-beta-2'
// https://jarcasting.com/artifacts/org.jboss.resteasy.example.oauth/examples/
implementation ("org.jboss.resteasy.example.oauth:examples:3.0-beta-2")
'org.jboss.resteasy.example.oauth:examples:pom:3.0-beta-2'
<dependency org="org.jboss.resteasy.example.oauth" name="examples" rev="3.0-beta-2">
<artifact name="examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy.example.oauth', module='examples', version='3.0-beta-2')
)
libraryDependencies += "org.jboss.resteasy.example.oauth" % "examples" % "3.0-beta-2"
[org.jboss.resteasy.example.oauth/examples "3.0-beta-2"]