Categories |
CategoriesQuarkus Container Microservices |
---|---|
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-devtools-all |
Version | Version1.9.1.Final |
Type | Typepom |
Filename | Size |
---|---|
quarkus-devtools-all-1.9.1.Final.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-devtools-all/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-devtools-all</artifactId>
<version>1.9.1.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-devtools-all/
implementation 'io.quarkus:quarkus-devtools-all:1.9.1.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-devtools-all/
implementation ("io.quarkus:quarkus-devtools-all:1.9.1.Final")
'io.quarkus:quarkus-devtools-all:pom:1.9.1.Final'
<dependency org="io.quarkus" name="quarkus-devtools-all" rev="1.9.1.Final">
<artifact name="quarkus-devtools-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-devtools-all', version='1.9.1.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-devtools-all" % "1.9.1.Final"
[io.quarkus/quarkus-devtools-all "1.9.1.Final"]