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