io.quarkus:quarkus-spring-boot-orm-api

The minimum dependencies to reduce the footprint of Quarkus applications using the Spring Boot ORM classes

License

License

Categories

Categories

Spring Boot Container Microservices Quarkus ORM Data
GroupId

GroupId

io.quarkus
ArtifactId

ArtifactId

quarkus-spring-boot-orm-api
Last Version

Last Version

2.2.Alpha1
Release Date

Release Date

Type

Type

jar
Description

Description

The minimum dependencies to reduce the footprint of Quarkus applications using the Spring Boot ORM classes

Download quarkus-spring-boot-orm-api

How to add to project

<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-spring-boot-orm-api/ -->
<dependency>
    <groupId>io.quarkus</groupId>
    <artifactId>quarkus-spring-boot-orm-api</artifactId>
    <version>2.2.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-spring-boot-orm-api/
implementation 'io.quarkus:quarkus-spring-boot-orm-api:2.2.Alpha1'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-spring-boot-orm-api/
implementation ("io.quarkus:quarkus-spring-boot-orm-api:2.2.Alpha1")
'io.quarkus:quarkus-spring-boot-orm-api:jar:2.2.Alpha1'
<dependency org="io.quarkus" name="quarkus-spring-boot-orm-api" rev="2.2.Alpha1">
  <artifact name="quarkus-spring-boot-orm-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-spring-boot-orm-api', version='2.2.Alpha1')
)
libraryDependencies += "io.quarkus" % "quarkus-spring-boot-orm-api" % "2.2.Alpha1"
[io.quarkus/quarkus-spring-boot-orm-api "2.2.Alpha1"]

Dependencies

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

Project Modules

There are no modules declared in this project.
io.quarkus

QuarkusIO

Quarkus: Supersonic Subatomic Java

Versions

Version
2.2.Alpha1
2.1.SP1