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