io.quarkus:quarkus-spring-data-rest-api

The minimum dependencies to reduce the footprint of Quarkus applications using the Spring Data JPA extension

License

License

Categories

Categories

Quarkus Container Microservices Data
GroupId

GroupId

io.quarkus
ArtifactId

ArtifactId

quarkus-spring-data-rest-api
Last Version

Last Version

2.1.SP2
Release Date

Release Date

Type

Type

jar
Description

Description

The minimum dependencies to reduce the footprint of Quarkus applications using the Spring Data JPA extension

Download quarkus-spring-data-rest-api

How to add to project

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

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.

quarkus-spring-data-api

This is a Spring Data API only dependency. The idea is to have only the classes used by Quarkus (and the transitive dependencies) This absolutely minimum dependencies would be a great benefit to reduce the footprint of Quarkus applications using the spring data modules.

io.quarkus

QuarkusIO

Quarkus: Supersonic Subatomic Java

Versions

Version
2.1.SP2