| Группа | Группаio.semla |
|---|---|
| Идентификатор | Идентификаторsemla-graphql |
| Версия | Версия1.1.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| semla-graphql-1.1.4.pom | |
| semla-graphql-1.1.4.jar | 17 KB |
| semla-graphql-1.1.4-sources.jar | 6 KB |
| semla-graphql-1.1.4-javadoc.jar | 40 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.semla/semla-graphql/ -->
<dependency>
<groupId>io.semla</groupId>
<artifactId>semla-graphql</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.semla/semla-graphql/
implementation 'io.semla:semla-graphql:1.1.4'
// https://jarcasting.com/artifacts/io.semla/semla-graphql/
implementation ("io.semla:semla-graphql:1.1.4")
'io.semla:semla-graphql:jar:1.1.4'
<dependency org="io.semla" name="semla-graphql" rev="1.1.4">
<artifact name="semla-graphql" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.semla', module='semla-graphql', version='1.1.4')
)
libraryDependencies += "io.semla" % "semla-graphql" % "1.1.4"
[io.semla/semla-graphql "1.1.4"]