is not current version
Last Version 2.0.15

org.openidentityplatform.commons:rest 2.0.9

Common resource-oriented libraries used by Open Identity Platform Communityprojects

Categories

Categories

IDE Development Tools ORM Data
GroupId

GroupId

org.openidentityplatform.commons
ArtifactId

ArtifactId

rest
Version

Version

2.0.9
Type

Type

pom

Download rest 2.0.9

Filename Size
rest-2.0.9.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/org.openidentityplatform.commons/rest/ -->
<dependency>
    <groupId>org.openidentityplatform.commons</groupId>
    <artifactId>rest</artifactId>
    <version>2.0.9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openidentityplatform.commons/rest/
implementation 'org.openidentityplatform.commons:rest:2.0.9'
// https://jarcasting.com/artifacts/org.openidentityplatform.commons/rest/
implementation ("org.openidentityplatform.commons:rest:2.0.9")
'org.openidentityplatform.commons:rest:pom:2.0.9'
<dependency org="org.openidentityplatform.commons" name="rest" rev="2.0.9">
  <artifact name="rest" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openidentityplatform.commons', module='rest', version='2.0.9')
)
libraryDependencies += "org.openidentityplatform.commons" % "rest" % "2.0.9"
[org.openidentityplatform.commons/rest "2.0.9"]