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