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