| Категории |
КатегорииIDE Инструменты разработки ORM Данные |
|---|---|
| Группа | Группаorg.openidentityplatform.commons |
| Идентификатор | Идентификаторhttp-framework |
| Версия | Версия2.0.8 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| http-framework-2.0.8.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.openidentityplatform.commons/http-framework/ -->
<dependency>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>http-framework</artifactId>
<version>2.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openidentityplatform.commons/http-framework/
implementation 'org.openidentityplatform.commons:http-framework:2.0.8'
// https://jarcasting.com/artifacts/org.openidentityplatform.commons/http-framework/
implementation ("org.openidentityplatform.commons:http-framework:2.0.8")
'org.openidentityplatform.commons:http-framework:pom:2.0.8'
<dependency org="org.openidentityplatform.commons" name="http-framework" rev="2.0.8">
<artifact name="http-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openidentityplatform.commons', module='http-framework', version='2.0.8')
)
libraryDependencies += "org.openidentityplatform.commons" % "http-framework" % "2.0.8"
[org.openidentityplatform.commons/http-framework "2.0.8"]