Categories |
CategoriesIDE Development Tools JBoss Container Application Servers RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.jboss.resteasy |
ArtifactId | ArtifactIdresteasy-atom-provider |
Version | Version4.6.1.Alpha1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-atom-provider/ -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-atom-provider</artifactId>
<version>4.6.1.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-atom-provider/
implementation 'org.jboss.resteasy:resteasy-atom-provider:4.6.1.Alpha1'
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-atom-provider/
implementation ("org.jboss.resteasy:resteasy-atom-provider:4.6.1.Alpha1")
'org.jboss.resteasy:resteasy-atom-provider:jar:4.6.1.Alpha1'
<dependency org="org.jboss.resteasy" name="resteasy-atom-provider" rev="4.6.1.Alpha1">
<artifact name="resteasy-atom-provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-atom-provider', version='4.6.1.Alpha1')
)
libraryDependencies += "org.jboss.resteasy" % "resteasy-atom-provider" % "4.6.1.Alpha1"
[org.jboss.resteasy/resteasy-atom-provider "4.6.1.Alpha1"]