| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJakarta Server Pages Jakarta EE The Web Tier CLI Взаимодействие с пользователем |
| Группа | Группаorg.eclipse.equinox.jsp |
| Идентификатор | Идентификаторjasper |
| Последняя версия | Последняя версия1.0.0-v20070607 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJasper Jsp Support Bundle
|
| Имя Файла | Размер |
|---|---|
| jasper-1.0.0-v20070607.pom | |
| jasper-1.0.0-v20070607.jar | 21 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.eclipse.equinox.jsp/jasper/ -->
<dependency>
<groupId>org.eclipse.equinox.jsp</groupId>
<artifactId>jasper</artifactId>
<version>1.0.0-v20070607</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.equinox.jsp/jasper/
implementation 'org.eclipse.equinox.jsp:jasper:1.0.0-v20070607'
// https://jarcasting.com/artifacts/org.eclipse.equinox.jsp/jasper/
implementation ("org.eclipse.equinox.jsp:jasper:1.0.0-v20070607")
'org.eclipse.equinox.jsp:jasper:jar:1.0.0-v20070607'
<dependency org="org.eclipse.equinox.jsp" name="jasper" rev="1.0.0-v20070607">
<artifact name="jasper" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.equinox.jsp', module='jasper', version='1.0.0-v20070607')
)
libraryDependencies += "org.eclipse.equinox.jsp" % "jasper" % "1.0.0-v20070607"
[org.eclipse.equinox.jsp/jasper "1.0.0-v20070607"]