io.github.filipowm:spring-api-core

Simplify managing REST API in Spring

License

License

GroupId

GroupId

io.github.filipowm
ArtifactId

ArtifactId

spring-api-core
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Simplify managing REST API in Spring
Source Code Management

Source Code Management

https://github.com/filipowm/spring-api/tree/main/spring-api-core

Download spring-api-core

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.33

provided (6)

Group / Artifact Type Version
org.springframework : spring-webmvc jar 5.3.15
org.springframework : spring-web jar 5.3.15
org.springframework : spring-webflux jar 5.3.15
org.springframework : spring-context-support jar 5.3.15
javax.servlet : javax.servlet-api jar 4.0.1
org.projectlombok : lombok jar 1.18.22

test (9)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.6.2
io.rest-assured : rest-assured jar 4.4.0
org.springframework : spring-test jar 5.3.15
ch.qos.logback : logback-classic jar 1.2.10
org.mockito : mockito-core jar 4.2.0
org.mockito : mockito-junit-jupiter jar 4.2.0
org.assertj : assertj-core jar 3.22.0
org.junit.jupiter : junit-jupiter-engine jar
org.junit.jupiter : junit-jupiter-params jar

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.0
1.0.0