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