| Категории |
КатегорииGlassFish Контейнер Application Servers Jersey Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаorg.glassfish.jersey.examples |
| Идентификатор | Идентификаторhelloworld-cdi2-se |
| Версия | Версия2.34 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| helloworld-cdi2-se-2.34.pom | |
| helloworld-cdi2-se-2.34.jar | 22 KB |
| helloworld-cdi2-se-2.34-sources.jar | 21 KB |
| helloworld-cdi2-se-2.34-project-src.zip | 25 KB |
| helloworld-cdi2-se-2.34-javadoc.jar | 46 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-cdi2-se/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>helloworld-cdi2-se</artifactId>
<version>2.34</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-cdi2-se/
implementation 'org.glassfish.jersey.examples:helloworld-cdi2-se:2.34'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-cdi2-se/
implementation ("org.glassfish.jersey.examples:helloworld-cdi2-se:2.34")
'org.glassfish.jersey.examples:helloworld-cdi2-se:jar:2.34'
<dependency org="org.glassfish.jersey.examples" name="helloworld-cdi2-se" rev="2.34">
<artifact name="helloworld-cdi2-se" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='helloworld-cdi2-se', version='2.34')
)
libraryDependencies += "org.glassfish.jersey.examples" % "helloworld-cdi2-se" % "2.34"
[org.glassfish.jersey.examples/helloworld-cdi2-se "2.34"]