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