License |
License
MIT License
|
---|---|
GroupId | GroupIdcom.marksandspencer |
ArtifactId | ArtifactIdmands-springboot-hystrix |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmands-springboot-hystrix
A jar containing some utilities for sync and async calls in Marks and Spencer Spring Boot services
|
<!-- https://jarcasting.com/artifacts/com.marksandspencer/mands-springboot-hystrix/ -->
<dependency>
<groupId>com.marksandspencer</groupId>
<artifactId>mands-springboot-hystrix</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.marksandspencer/mands-springboot-hystrix/
implementation 'com.marksandspencer:mands-springboot-hystrix:1.0.1'
// https://jarcasting.com/artifacts/com.marksandspencer/mands-springboot-hystrix/
implementation ("com.marksandspencer:mands-springboot-hystrix:1.0.1")
'com.marksandspencer:mands-springboot-hystrix:jar:1.0.1'
<dependency org="com.marksandspencer" name="mands-springboot-hystrix" rev="1.0.1">
<artifact name="mands-springboot-hystrix" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marksandspencer', module='mands-springboot-hystrix', version='1.0.1')
)
libraryDependencies += "com.marksandspencer" % "mands-springboot-hystrix" % "1.0.1"
[com.marksandspencer/mands-springboot-hystrix "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 1.4.1.RELEASE |
org.springframework.cloud : spring-cloud-starter-hystrix | jar | 1.1.5.RELEASE |
com.marksandspencer : mands-springboot-logging | jar | 1.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.4.1.RELEASE |