is not current version
Last Version 2.10.0.Final

Quarkus - DevServices 2.5.0.CR1

DevServices allows Quarkus to automatically configure and start databases and other containers in dev and test mode.

License

License

Categories

Categories

Quarkus Container Microservices
GroupId

GroupId

io.quarkus
ArtifactId

ArtifactId

quarkus-devservices-parent
Version

Version

2.5.0.CR1
Type

Type

pom
Description

Description

Quarkus - DevServices
DevServices allows Quarkus to automatically configure and start databases and other containers in dev and test mode.
Project Organization

Project Organization

JBoss by Red Hat

Download quarkus-devservices-parent 2.5.0.CR1


<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-devservices-parent/ -->
<dependency>
    <groupId>io.quarkus</groupId>
    <artifactId>quarkus-devservices-parent</artifactId>
    <version>2.5.0.CR1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-devservices-parent/
implementation 'io.quarkus:quarkus-devservices-parent:2.5.0.CR1'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-devservices-parent/
implementation ("io.quarkus:quarkus-devservices-parent:2.5.0.CR1")
'io.quarkus:quarkus-devservices-parent:pom:2.5.0.CR1'
<dependency org="io.quarkus" name="quarkus-devservices-parent" rev="2.5.0.CR1">
  <artifact name="quarkus-devservices-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-devservices-parent', version='2.5.0.CR1')
)
libraryDependencies += "io.quarkus" % "quarkus-devservices-parent" % "2.5.0.CR1"
[io.quarkus/quarkus-devservices-parent "2.5.0.CR1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • postgresql
  • mysql
  • mariadb
  • h2
  • derby
  • mssql
  • db2
  • oracle
  • common