| Категории |
КатегорииJakarta Server Pages Jakarta EE The Web Tier |
|---|---|
| Группа | Группаorg.hellojsp |
| Идентификатор | Идентификаторhellojsp |
| Версия | Версия0.9.10 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| hellojsp-0.9.10.pom | |
| hellojsp-0.9.10.jar | 99 KB |
| hellojsp-0.9.10-sources.jar | 45 KB |
| hellojsp-0.9.10-javadoc.jar | 154 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.hellojsp/hellojsp/ -->
<dependency>
<groupId>org.hellojsp</groupId>
<artifactId>hellojsp</artifactId>
<version>0.9.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.hellojsp/hellojsp/
implementation 'org.hellojsp:hellojsp:0.9.10'
// https://jarcasting.com/artifacts/org.hellojsp/hellojsp/
implementation ("org.hellojsp:hellojsp:0.9.10")
'org.hellojsp:hellojsp:jar:0.9.10'
<dependency org="org.hellojsp" name="hellojsp" rev="0.9.10">
<artifact name="hellojsp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hellojsp', module='hellojsp', version='0.9.10')
)
libraryDependencies += "org.hellojsp" % "hellojsp" % "0.9.10"
[org.hellojsp/hellojsp "0.9.10"]