| Категории |
КатегорииKotlin Языки программирования |
|---|---|
| Группа | Группаcom.expedia |
| Идентификатор | Идентификаторgraphql-kotlin-federation |
| Версия | Версия1.0.0-RC4 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.expedia/graphql-kotlin-federation/ -->
<dependency>
<groupId>com.expedia</groupId>
<artifactId>graphql-kotlin-federation</artifactId>
<version>1.0.0-RC4</version>
</dependency>
// https://jarcasting.com/artifacts/com.expedia/graphql-kotlin-federation/
implementation 'com.expedia:graphql-kotlin-federation:1.0.0-RC4'
// https://jarcasting.com/artifacts/com.expedia/graphql-kotlin-federation/
implementation ("com.expedia:graphql-kotlin-federation:1.0.0-RC4")
'com.expedia:graphql-kotlin-federation:jar:1.0.0-RC4'
<dependency org="com.expedia" name="graphql-kotlin-federation" rev="1.0.0-RC4">
<artifact name="graphql-kotlin-federation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.expedia', module='graphql-kotlin-federation', version='1.0.0-RC4')
)
libraryDependencies += "com.expedia" % "graphql-kotlin-federation" % "1.0.0-RC4"
[com.expedia/graphql-kotlin-federation "1.0.0-RC4"]