| Группа | Группаorg.rhq |
|---|---|
| Идентификатор | Идентификаторrhq-content_http |
| Версия | Версия4.10.0 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| rhq-content_http-4.10.0.pom | |
| rhq-content_http-4.10.0.war | 6 MB |
| rhq-content_http-4.10.0-sources.jar | 12 KB |
| rhq-content_http-4.10.0-javadoc.jar | 60 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.rhq/rhq-content_http/ -->
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-content_http</artifactId>
<version>4.10.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.rhq/rhq-content_http/
implementation 'org.rhq:rhq-content_http:4.10.0'
// https://jarcasting.com/artifacts/org.rhq/rhq-content_http/
implementation ("org.rhq:rhq-content_http:4.10.0")
'org.rhq:rhq-content_http:war:4.10.0'
<dependency org="org.rhq" name="rhq-content_http" rev="4.10.0">
<artifact name="rhq-content_http" type="war" />
</dependency>
@Grapes(
@Grab(group='org.rhq', module='rhq-content_http', version='4.10.0')
)
libraryDependencies += "org.rhq" % "rhq-content_http" % "4.10.0"
[org.rhq/rhq-content_http "4.10.0"]