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