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