| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииHelidon Контейнер Микросервисы |
| Группа | Группаio.helidon.microprofile.graphql |
| Идентификатор | Идентификаторhelidon-microprofile-graphql-server |
| Последняя версия | Последняя версия3.0.0-M2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеHelidon Microprofile GraphQL Server
The Microprofile GraphQL Server implementation
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/io.helidon.microprofile.graphql/helidon-microprofile-graphql-server/ -->
<dependency>
<groupId>io.helidon.microprofile.graphql</groupId>
<artifactId>helidon-microprofile-graphql-server</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.microprofile.graphql/helidon-microprofile-graphql-server/
implementation 'io.helidon.microprofile.graphql:helidon-microprofile-graphql-server:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.microprofile.graphql/helidon-microprofile-graphql-server/
implementation ("io.helidon.microprofile.graphql:helidon-microprofile-graphql-server:3.0.0-M2")
'io.helidon.microprofile.graphql:helidon-microprofile-graphql-server:jar:3.0.0-M2'
<dependency org="io.helidon.microprofile.graphql" name="helidon-microprofile-graphql-server" rev="3.0.0-M2">
<artifact name="helidon-microprofile-graphql-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.microprofile.graphql', module='helidon-microprofile-graphql-server', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.microprofile.graphql" % "helidon-microprofile-graphql-server" % "3.0.0-M2"
[io.helidon.microprofile.graphql/helidon-microprofile-graphql-server "3.0.0-M2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.eclipse.microprofile.graphql : microprofile-graphql-api | jar | 2.0-RC3 |
| io.helidon.graphql : helidon-graphql-server | jar | 3.0.0-M2 |
| com.graphql-java : graphql-java-extended-scalars | jar | 15.0.0 |
| io.helidon.microprofile.server : helidon-microprofile-server | jar | 3.0.0-M2 |
| io.helidon.microprofile.config : helidon-microprofile-config | jar | 3.0.0-M2 |
| org.jboss : jandex | jar | 2.4.1.Final |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| io.helidon.microprofile.tests : helidon-microprofile-tests-junit5 | jar | 3.0.0-M2 |