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