GroupId | GroupIdio.github.filipowm |
---|---|
ArtifactId | ArtifactIdspring-api-starter |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
spring-api-starter-1.1.0.pom | |
spring-api-starter-1.1.0.jar | 11 KB |
spring-api-starter-1.1.0-sources.jar | 5 KB |
spring-api-starter-1.1.0-javadoc.jar | 429 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.filipowm/spring-api-starter/ -->
<dependency>
<groupId>io.github.filipowm</groupId>
<artifactId>spring-api-starter</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.filipowm/spring-api-starter/
implementation 'io.github.filipowm:spring-api-starter:1.1.0'
// https://jarcasting.com/artifacts/io.github.filipowm/spring-api-starter/
implementation ("io.github.filipowm:spring-api-starter:1.1.0")
'io.github.filipowm:spring-api-starter:jar:1.1.0'
<dependency org="io.github.filipowm" name="spring-api-starter" rev="1.1.0">
<artifact name="spring-api-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.filipowm', module='spring-api-starter', version='1.1.0')
)
libraryDependencies += "io.github.filipowm" % "spring-api-starter" % "1.1.0"
[io.github.filipowm/spring-api-starter "1.1.0"]