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