License |
License |
---|---|
GroupId | GroupIdguru.springframework |
ArtifactId | ArtifactIdchuck-norris-for-actuator-parent |
Version | Version2.4.0 |
Type | Typepom |
Description |
DescriptionChuck Norris for Spring Boot Actuator
A custom Spring Boot Actuator Information contributor which produces random Chuck Norris sayings.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
chuck-norris-for-actuator-parent-2.4.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/guru.springframework/chuck-norris-for-actuator-parent/ -->
<dependency>
<groupId>guru.springframework</groupId>
<artifactId>chuck-norris-for-actuator-parent</artifactId>
<version>2.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/guru.springframework/chuck-norris-for-actuator-parent/
implementation 'guru.springframework:chuck-norris-for-actuator-parent:2.4.0'
// https://jarcasting.com/artifacts/guru.springframework/chuck-norris-for-actuator-parent/
implementation ("guru.springframework:chuck-norris-for-actuator-parent:2.4.0")
'guru.springframework:chuck-norris-for-actuator-parent:pom:2.4.0'
<dependency org="guru.springframework" name="chuck-norris-for-actuator-parent" rev="2.4.0">
<artifact name="chuck-norris-for-actuator-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='guru.springframework', module='chuck-norris-for-actuator-parent', version='2.4.0')
)
libraryDependencies += "guru.springframework" % "chuck-norris-for-actuator-parent" % "2.4.0"
[guru.springframework/chuck-norris-for-actuator-parent "2.4.0"]