| Categories |
CategoriesIDE Development Tools ORM Data |
|---|---|
| GroupId | GroupIdorg.openidentityplatform.commons |
| ArtifactId | ArtifactIdrest |
| Version | Version2.0.7 |
| Type | Typepom |
| Filename | Size |
|---|---|
| rest-2.0.7.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openidentityplatform.commons/rest/ -->
<dependency>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>rest</artifactId>
<version>2.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openidentityplatform.commons/rest/
implementation 'org.openidentityplatform.commons:rest:2.0.7'
// https://jarcasting.com/artifacts/org.openidentityplatform.commons/rest/
implementation ("org.openidentityplatform.commons:rest:2.0.7")
'org.openidentityplatform.commons:rest:pom:2.0.7'
<dependency org="org.openidentityplatform.commons" name="rest" rev="2.0.7">
<artifact name="rest" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openidentityplatform.commons', module='rest', version='2.0.7')
)
libraryDependencies += "org.openidentityplatform.commons" % "rest" % "2.0.7"
[org.openidentityplatform.commons/rest "2.0.7"]