is not current version
Last Version 1.2.0

io.github.filipowm:spring-api 1.1.0

Simplify managing REST API in Spring

GroupId

GroupId

io.github.filipowm
ArtifactId

ArtifactId

spring-api
Version

Version

1.1.0
Type

Type

pom

Download spring-api 1.1.0

Filename Size
spring-api-1.1.0.pom 10 KB
Browse

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