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