s

smartcosmos-gateway

SMART COSMOS Gateway based on the Netflix OSS Zuul Server
Files download
File Operation
smartcosmos-gateway-3.1.0.jar download
smartcosmos-gateway-3.1.0.pom download
smartcosmos-gateway-3.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.smartcosmos</groupId>
  <artifactId>smartcosmos-gateway</artifactId>
  <version>3.1.0</version>
</dependency>
Gradle Groovy
implementation 'net.smartcosmos:smartcosmos-gateway:3.1.0'
Gradle Kotlin
implementation("net.smartcosmos:smartcosmos-gateway:3.1.0")
Scala SBT
libraryDependencies += "net.smartcosmos" % "smartcosmos-gateway" % "3.1.0"
Groovy Grape
@Grapes(
  @Grab(group='net.smartcosmos', module='smartcosmos-gateway', version='3.1.0')
)
Apache Ivy
<dependency org="net.smartcosmos" name="smartcosmos-gateway" rev="3.1.0" />
Leiningen
[net.smartcosmos/smartcosmos-gateway "3.1.0"]
Apache Buildr
'net.smartcosmos:smartcosmos-gateway:jar:3.1.0'