| GroupId | GroupIdcom.power4j.kit |
|---|---|
| ArtifactId | ArtifactIdactuator-example |
| Version | Version1.5.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| actuator-example-1.5.1.pom | |
| actuator-example-1.5.1.jar | 4 KB |
| actuator-example-1.5.1-sources.jar | 4 KB |
| actuator-example-1.5.1-javadoc.jar | 390 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.power4j.kit/actuator-example/ -->
<dependency>
<groupId>com.power4j.kit</groupId>
<artifactId>actuator-example</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.power4j.kit/actuator-example/
implementation 'com.power4j.kit:actuator-example:1.5.1'
// https://jarcasting.com/artifacts/com.power4j.kit/actuator-example/
implementation ("com.power4j.kit:actuator-example:1.5.1")
'com.power4j.kit:actuator-example:jar:1.5.1'
<dependency org="com.power4j.kit" name="actuator-example" rev="1.5.1">
<artifact name="actuator-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.power4j.kit', module='actuator-example', version='1.5.1')
)
libraryDependencies += "com.power4j.kit" % "actuator-example" % "1.5.1"
[com.power4j.kit/actuator-example "1.5.1"]