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