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