| Группа | Группаorg.sitemesh |
|---|---|
| Идентификатор | Идентификаторsitemesh-examples-hellowebapp |
| Версия | Версия3.0-alpha-2 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| sitemesh-examples-hellowebapp-3.0-alpha-2.pom | |
| sitemesh-examples-hellowebapp-3.0-alpha-2.war | 122 KB |
| sitemesh-examples-hellowebapp-3.0-alpha-2-javadoc.jar | 337 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.sitemesh/sitemesh-examples-hellowebapp/ -->
<dependency>
<groupId>org.sitemesh</groupId>
<artifactId>sitemesh-examples-hellowebapp</artifactId>
<version>3.0-alpha-2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.sitemesh/sitemesh-examples-hellowebapp/
implementation 'org.sitemesh:sitemesh-examples-hellowebapp:3.0-alpha-2'
// https://jarcasting.com/artifacts/org.sitemesh/sitemesh-examples-hellowebapp/
implementation ("org.sitemesh:sitemesh-examples-hellowebapp:3.0-alpha-2")
'org.sitemesh:sitemesh-examples-hellowebapp:war:3.0-alpha-2'
<dependency org="org.sitemesh" name="sitemesh-examples-hellowebapp" rev="3.0-alpha-2">
<artifact name="sitemesh-examples-hellowebapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.sitemesh', module='sitemesh-examples-hellowebapp', version='3.0-alpha-2')
)
libraryDependencies += "org.sitemesh" % "sitemesh-examples-hellowebapp" % "3.0-alpha-2"
[org.sitemesh/sitemesh-examples-hellowebapp "3.0-alpha-2"]