License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices Arthas General Purpose Libraries Utility |
GroupId | GroupIdio.quarkiverse.arthas |
ArtifactId | ArtifactIdquarkus-arthas-parent |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionQuarkus - Arthas - Parent
Parent POM for Quarkiverse projects that includes the default release and artifact publishing related
configuration
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
quarkus-arthas-parent-0.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.arthas/quarkus-arthas-parent/ -->
<dependency>
<groupId>io.quarkiverse.arthas</groupId>
<artifactId>quarkus-arthas-parent</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.arthas/quarkus-arthas-parent/
implementation 'io.quarkiverse.arthas:quarkus-arthas-parent:0.1'
// https://jarcasting.com/artifacts/io.quarkiverse.arthas/quarkus-arthas-parent/
implementation ("io.quarkiverse.arthas:quarkus-arthas-parent:0.1")
'io.quarkiverse.arthas:quarkus-arthas-parent:pom:0.1'
<dependency org="io.quarkiverse.arthas" name="quarkus-arthas-parent" rev="0.1">
<artifact name="quarkus-arthas-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.arthas', module='quarkus-arthas-parent', version='0.1')
)
libraryDependencies += "io.quarkiverse.arthas" % "quarkus-arthas-parent" % "0.1"
[io.quarkiverse.arthas/quarkus-arthas-parent "0.1"]