MVN

io.github.ecsoya : spring-fabric-gateway

Maven & Gradle

Apr 29, 2021
1 usages
209 stars

spring-fabric-gateway · Provided Spring MVC services for fabric-gateway-java (https://github.com/hyperledger/fabric-gateway-java)

<dependency>
    <groupId>io.github.ecsoya</groupId>
    <artifactId>spring-fabric-gateway</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ecsoya : spring-fabric-gateway to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of io.github.ecsoya : spring-fabric-gateway to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
spring-fabric-gateway-2.0.2
spring-fabric-gateway-2.0.1
spring-fabric-gateway-2.0.0
1.0.x
spring-fabric-gateway-1.0.6
spring-fabric-gateway-1.0.5
spring-fabric-gateway-1.0.4
spring-fabric-gateway-1.0.3
spring-fabric-gateway-1.0.2
spring-fabric-gateway-1.0.1
spring-fabric-gateway-1.0.0

How to add a dependency to Maven

Add the following io.github.ecsoya : spring-fabric-gateway maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.ecsoya</groupId>
    <artifactId>spring-fabric-gateway</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.ecsoya : spring-fabric-gateway gradle dependency to your build.gradle file:

implementation 'io.github.ecsoya:spring-fabric-gateway:2.0.2'

Gradle Kotlin DSL: Add the following io.github.ecsoya : spring-fabric-gateway gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.ecsoya:spring-fabric-gateway:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.ecsoya : spring-fabric-gateway sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.ecsoya" % "spring-fabric-gateway" % "2.0.2"

Advertisement