Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdch.voulgarakis |
ArtifactId | ArtifactIdquickfixj-spring-boot-actuator |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ch.voulgarakis/quickfixj-spring-boot-actuator/ -->
<dependency>
<groupId>ch.voulgarakis</groupId>
<artifactId>quickfixj-spring-boot-actuator</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/ch.voulgarakis/quickfixj-spring-boot-actuator/
implementation 'ch.voulgarakis:quickfixj-spring-boot-actuator:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/ch.voulgarakis/quickfixj-spring-boot-actuator/
implementation ("ch.voulgarakis:quickfixj-spring-boot-actuator:1.0.0.RELEASE")
'ch.voulgarakis:quickfixj-spring-boot-actuator:jar:1.0.0.RELEASE'
<dependency org="ch.voulgarakis" name="quickfixj-spring-boot-actuator" rev="1.0.0.RELEASE">
<artifact name="quickfixj-spring-boot-actuator" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.voulgarakis', module='quickfixj-spring-boot-actuator', version='1.0.0.RELEASE')
)
libraryDependencies += "ch.voulgarakis" % "quickfixj-spring-boot-actuator" % "1.0.0.RELEASE"
[ch.voulgarakis/quickfixj-spring-boot-actuator "1.0.0.RELEASE"]