License |
License |
---|---|
GroupId | GroupIdcom.github.anicolaspp |
ArtifactId | ArtifactIdHxFactory |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHxFactory
Factory library to create and run Hystrix commands with simplicity
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
HxFactory-1.0.4.pom | |
HxFactory-1.0.4.jar | 11 KB |
HxFactory-1.0.4-sources.jar | 6 KB |
HxFactory-1.0.4-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.anicolaspp/HxFactory/ -->
<dependency>
<groupId>com.github.anicolaspp</groupId>
<artifactId>HxFactory</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anicolaspp/HxFactory/
implementation 'com.github.anicolaspp:HxFactory:1.0.4'
// https://jarcasting.com/artifacts/com.github.anicolaspp/HxFactory/
implementation ("com.github.anicolaspp:HxFactory:1.0.4")
'com.github.anicolaspp:HxFactory:jar:1.0.4'
<dependency org="com.github.anicolaspp" name="HxFactory" rev="1.0.4">
<artifact name="HxFactory" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anicolaspp', module='HxFactory', version='1.0.4')
)
libraryDependencies += "com.github.anicolaspp" % "HxFactory" % "1.0.4"
[com.github.anicolaspp/HxFactory "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.netflix.hystrix : hystrix-core | jar | 1.5.12 |
com.typesafe : config | jar | 1.3.3 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.18 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |