GroupId | GroupIdio.github.filipowm |
---|---|
ArtifactId | ArtifactIdspring-api |
Version | Version1.1.0 |
Type | Typepom |
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"]