| Категории |
КатегорииApollo Контейнер Микросервисы |
|---|---|
| Группа | Группаcom.outegret |
| Идентификатор | Идентификаторsupport-apollo |
| Версия | Версия1.5.2.RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.outegret/support-apollo/ -->
<dependency>
<groupId>com.outegret</groupId>
<artifactId>support-apollo</artifactId>
<version>1.5.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.outegret/support-apollo/
implementation 'com.outegret:support-apollo:1.5.2.RELEASE'
// https://jarcasting.com/artifacts/com.outegret/support-apollo/
implementation ("com.outegret:support-apollo:1.5.2.RELEASE")
'com.outegret:support-apollo:jar:1.5.2.RELEASE'
<dependency org="com.outegret" name="support-apollo" rev="1.5.2.RELEASE">
<artifact name="support-apollo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.outegret', module='support-apollo', version='1.5.2.RELEASE')
)
libraryDependencies += "com.outegret" % "support-apollo" % "1.5.2.RELEASE"
[com.outegret/support-apollo "1.5.2.RELEASE"]