License |
License |
---|---|
GroupId | GroupIdcom.dell.cpsd |
ArtifactId | ArtifactIdapi-gateway |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom for Dell CPSD Symphony
|
Filename | Size |
---|---|
api-gateway-1.0.0.pom | |
api-gateway-1.0.0.jar | 32 MB |
api-gateway-1.0.0-sources.jar | 8 KB |
api-gateway-1.0.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dell.cpsd/api-gateway/ -->
<dependency>
<groupId>com.dell.cpsd</groupId>
<artifactId>api-gateway</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.dell.cpsd/api-gateway/
implementation 'com.dell.cpsd:api-gateway:1.0.0'
// https://jarcasting.com/artifacts/com.dell.cpsd/api-gateway/
implementation ("com.dell.cpsd:api-gateway:1.0.0")
'com.dell.cpsd:api-gateway:jar:1.0.0'
<dependency org="com.dell.cpsd" name="api-gateway" rev="1.0.0">
<artifact name="api-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dell.cpsd', module='api-gateway', version='1.0.0')
)
libraryDependencies += "com.dell.cpsd" % "api-gateway" % "1.0.0"
[com.dell.cpsd/api-gateway "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.cloud : spring-cloud-starter-zuul | jar | |
org.springframework.cloud : spring-cloud-starter-consul-discovery | jar | |
org.springframework.boot : spring-boot-starter-actuator | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | |
org.mockito : mockito-core | jar |