Categories |
CategoriesQuarkus Container Microservices |
---|---|
GroupId | GroupIdio.github.marcelorubim |
ArtifactId | ArtifactIdquarkus-monitor-deployment |
Version | Version0.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.marcelorubim/quarkus-monitor-deployment/ -->
<dependency>
<groupId>io.github.marcelorubim</groupId>
<artifactId>quarkus-monitor-deployment</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.marcelorubim/quarkus-monitor-deployment/
implementation 'io.github.marcelorubim:quarkus-monitor-deployment:0.0.5'
// https://jarcasting.com/artifacts/io.github.marcelorubim/quarkus-monitor-deployment/
implementation ("io.github.marcelorubim:quarkus-monitor-deployment:0.0.5")
'io.github.marcelorubim:quarkus-monitor-deployment:jar:0.0.5'
<dependency org="io.github.marcelorubim" name="quarkus-monitor-deployment" rev="0.0.5">
<artifact name="quarkus-monitor-deployment" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.marcelorubim', module='quarkus-monitor-deployment', version='0.0.5')
)
libraryDependencies += "io.github.marcelorubim" % "quarkus-monitor-deployment" % "0.0.5"
[io.github.marcelorubim/quarkus-monitor-deployment "0.0.5"]