| Группа | Группаcom.nepxion |
|---|---|
| Идентификатор | Идентификаторdiscovery-plugin-strategy-starter-gateway |
| Версия | Версия5.3.4 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.nepxion/discovery-plugin-strategy-starter-gateway/ -->
<dependency>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-strategy-starter-gateway</artifactId>
<version>5.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.nepxion/discovery-plugin-strategy-starter-gateway/
implementation 'com.nepxion:discovery-plugin-strategy-starter-gateway:5.3.4'
// https://jarcasting.com/artifacts/com.nepxion/discovery-plugin-strategy-starter-gateway/
implementation ("com.nepxion:discovery-plugin-strategy-starter-gateway:5.3.4")
'com.nepxion:discovery-plugin-strategy-starter-gateway:jar:5.3.4'
<dependency org="com.nepxion" name="discovery-plugin-strategy-starter-gateway" rev="5.3.4">
<artifact name="discovery-plugin-strategy-starter-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nepxion', module='discovery-plugin-strategy-starter-gateway', version='5.3.4')
)
libraryDependencies += "com.nepxion" % "discovery-plugin-strategy-starter-gateway" % "5.3.4"
[com.nepxion/discovery-plugin-strategy-starter-gateway "5.3.4"]