| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.bretpatterson |
| Идентификатор | Идентификаторschemagen-graphql |
| Последняя версия | Последняя версия1.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеschemagen-graphql
This provides type introspection and generation of GraphQL from Pojos.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| schemagen-graphql-1.1.0.pom | |
| schemagen-graphql-1.1.0.jar | 50 KB |
| schemagen-graphql-1.1.0-sources.jar | 33 KB |
| schemagen-graphql-1.1.0-javadoc.jar | 188 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.bretpatterson/schemagen-graphql/ -->
<dependency>
<groupId>com.bretpatterson</groupId>
<artifactId>schemagen-graphql</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bretpatterson/schemagen-graphql/
implementation 'com.bretpatterson:schemagen-graphql:1.1.0'
// https://jarcasting.com/artifacts/com.bretpatterson/schemagen-graphql/
implementation ("com.bretpatterson:schemagen-graphql:1.1.0")
'com.bretpatterson:schemagen-graphql:jar:1.1.0'
<dependency org="com.bretpatterson" name="schemagen-graphql" rev="1.1.0">
<artifact name="schemagen-graphql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bretpatterson', module='schemagen-graphql', version='1.1.0')
)
libraryDependencies += "com.bretpatterson" % "schemagen-graphql" % "1.1.0"
[com.bretpatterson/schemagen-graphql "1.1.0"]