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