| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.smartcosmos |
| ArtifactId | ArtifactIdsmartcosmos-gateway |
| Version | Version3.1.0 |
| Type | Typejar |
| Description |
DescriptionSMART COSMOS Gateway
SMART COSMOS Gateway based on the Netflix OSS Zuul Server
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| smartcosmos-gateway-3.1.0.pom | |
| smartcosmos-gateway-3.1.0.jar | 38 MB |
| smartcosmos-gateway-3.1.0-sources.jar | 19 KB |
| smartcosmos-gateway-3.1.0-javadoc.jar | 109 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.smartcosmos/smartcosmos-gateway/ -->
<dependency>
<groupId>net.smartcosmos</groupId>
<artifactId>smartcosmos-gateway</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.smartcosmos/smartcosmos-gateway/
implementation 'net.smartcosmos:smartcosmos-gateway:3.1.0'
// https://jarcasting.com/artifacts/net.smartcosmos/smartcosmos-gateway/
implementation ("net.smartcosmos:smartcosmos-gateway:3.1.0")
'net.smartcosmos:smartcosmos-gateway:jar:3.1.0'
<dependency org="net.smartcosmos" name="smartcosmos-gateway" rev="3.1.0">
<artifact name="smartcosmos-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.smartcosmos', module='smartcosmos-gateway', version='3.1.0')
)
libraryDependencies += "net.smartcosmos" % "smartcosmos-gateway" % "3.1.0"
[net.smartcosmos/smartcosmos-gateway "3.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |