| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.myfaces.buildtools |
| Идентификатор | Идентификаторmyfaces-archetype-helloworld-portlets |
| Последняя версия | Последняя версия1.0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеMyFaces Portlet Archetype
Archetype to create a new portlet webapp based on myfaces
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.apache.myfaces.buildtools/myfaces-archetype-helloworld-portlets/ -->
<dependency>
<groupId>org.apache.myfaces.buildtools</groupId>
<artifactId>myfaces-archetype-helloworld-portlets</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.buildtools/myfaces-archetype-helloworld-portlets/
implementation 'org.apache.myfaces.buildtools:myfaces-archetype-helloworld-portlets:1.0.4'
// https://jarcasting.com/artifacts/org.apache.myfaces.buildtools/myfaces-archetype-helloworld-portlets/
implementation ("org.apache.myfaces.buildtools:myfaces-archetype-helloworld-portlets:1.0.4")
'org.apache.myfaces.buildtools:myfaces-archetype-helloworld-portlets:jar:1.0.4'
<dependency org="org.apache.myfaces.buildtools" name="myfaces-archetype-helloworld-portlets" rev="1.0.4">
<artifact name="myfaces-archetype-helloworld-portlets" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.buildtools', module='myfaces-archetype-helloworld-portlets', version='1.0.4')
)
libraryDependencies += "org.apache.myfaces.buildtools" % "myfaces-archetype-helloworld-portlets" % "1.0.4"
[org.apache.myfaces.buildtools/myfaces-archetype-helloworld-portlets "1.0.4"]