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