| Группа | Группаcom.jgeppert.struts2 |
|---|---|
| Идентификатор | Идентификаторstruts2-cloud-support |
| Версия | Версия1.0.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| struts2-cloud-support-1.0.0.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.jgeppert.struts2/struts2-cloud-support/ -->
<dependency>
<groupId>com.jgeppert.struts2</groupId>
<artifactId>struts2-cloud-support</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jgeppert.struts2/struts2-cloud-support/
implementation 'com.jgeppert.struts2:struts2-cloud-support:1.0.0'
// https://jarcasting.com/artifacts/com.jgeppert.struts2/struts2-cloud-support/
implementation ("com.jgeppert.struts2:struts2-cloud-support:1.0.0")
'com.jgeppert.struts2:struts2-cloud-support:pom:1.0.0'
<dependency org="com.jgeppert.struts2" name="struts2-cloud-support" rev="1.0.0">
<artifact name="struts2-cloud-support" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jgeppert.struts2', module='struts2-cloud-support', version='1.0.0')
)
libraryDependencies += "com.jgeppert.struts2" % "struts2-cloud-support" % "1.0.0"
[com.jgeppert.struts2/struts2-cloud-support "1.0.0"]