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