| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииApollo Контейнер Микросервисы |
| Группа | Группаcom.apollographql.federation |
| Идентификатор | Идентификаторfederation-parent |
| Версия | Версия2.0.0 |
| Тип | Типpom |
| Описание |
Описаниеfederation-parent
The parent POM for all federation-jvm projects
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| federation-parent-2.0.0.pom | 18 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.apollographql.federation/federation-parent/ -->
<dependency>
<groupId>com.apollographql.federation</groupId>
<artifactId>federation-parent</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.apollographql.federation/federation-parent/
implementation 'com.apollographql.federation:federation-parent:2.0.0'
// https://jarcasting.com/artifacts/com.apollographql.federation/federation-parent/
implementation ("com.apollographql.federation:federation-parent:2.0.0")
'com.apollographql.federation:federation-parent:pom:2.0.0'
<dependency org="com.apollographql.federation" name="federation-parent" rev="2.0.0">
<artifact name="federation-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.apollographql.federation', module='federation-parent', version='2.0.0')
)
libraryDependencies += "com.apollographql.federation" % "federation-parent" % "2.0.0"
[com.apollographql.federation/federation-parent "2.0.0"]