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