| Лицензия |
Лицензия
MIT
|
|---|---|
| Категории |
КатегорииJava Языки программирования Spring Boot Контейнер Микросервисы Auto Библиотеки уровня приложения Code Generators config Configuration |
| Группа | Группаcom.graphql-java |
| Идентификатор | Идентификаторgraphiql-spring-boot-autoconfigure |
| Версия | Версия5.0.2 |
| Тип | Типjar |
| Описание |
Описаниеgraphql-spring-boot
GraphQL Spring Framework Boot
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.graphql-java/graphiql-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.graphql-java</groupId>
<artifactId>graphiql-spring-boot-autoconfigure</artifactId>
<version>5.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphql-java/graphiql-spring-boot-autoconfigure/
implementation 'com.graphql-java:graphiql-spring-boot-autoconfigure:5.0.2'
// https://jarcasting.com/artifacts/com.graphql-java/graphiql-spring-boot-autoconfigure/
implementation ("com.graphql-java:graphiql-spring-boot-autoconfigure:5.0.2")
'com.graphql-java:graphiql-spring-boot-autoconfigure:jar:5.0.2'
<dependency org="com.graphql-java" name="graphiql-spring-boot-autoconfigure" rev="5.0.2">
<artifact name="graphiql-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphql-java', module='graphiql-spring-boot-autoconfigure', version='5.0.2')
)
libraryDependencies += "com.graphql-java" % "graphiql-spring-boot-autoconfigure" % "5.0.2"
[com.graphql-java/graphiql-spring-boot-autoconfigure "5.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-configuration-processor | jar | 2.0.3.RELEASE |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.3.RELEASE |
| org.apache.commons : commons-text | jar | 1.1 |