| GroupId | GroupIdio.github.ecsoya |
|---|---|
| ArtifactId | ArtifactIdspring-fabric-gateway |
| Version | Version2.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| spring-fabric-gateway-2.0.1.pom | |
| spring-fabric-gateway-2.0.1.jar | 100 KB |
| spring-fabric-gateway-2.0.1-sources.jar | 48 KB |
| spring-fabric-gateway-2.0.1-javadoc.jar | 437 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.ecsoya/spring-fabric-gateway/ -->
<dependency>
<groupId>io.github.ecsoya</groupId>
<artifactId>spring-fabric-gateway</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ecsoya/spring-fabric-gateway/
implementation 'io.github.ecsoya:spring-fabric-gateway:2.0.1'
// https://jarcasting.com/artifacts/io.github.ecsoya/spring-fabric-gateway/
implementation ("io.github.ecsoya:spring-fabric-gateway:2.0.1")
'io.github.ecsoya:spring-fabric-gateway:jar:2.0.1'
<dependency org="io.github.ecsoya" name="spring-fabric-gateway" rev="2.0.1">
<artifact name="spring-fabric-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ecsoya', module='spring-fabric-gateway', version='2.0.1')
)
libraryDependencies += "io.github.ecsoya" % "spring-fabric-gateway" % "2.0.1"
[io.github.ecsoya/spring-fabric-gateway "2.0.1"]