Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.httpfeeds |
ArtifactId | ArtifactIdhttp-feeds-server-spring-boot-starter |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.httpfeeds/http-feeds-server-spring-boot-starter/ -->
<dependency>
<groupId>org.httpfeeds</groupId>
<artifactId>http-feeds-server-spring-boot-starter</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.httpfeeds/http-feeds-server-spring-boot-starter/
implementation 'org.httpfeeds:http-feeds-server-spring-boot-starter:0.0.1'
// https://jarcasting.com/artifacts/org.httpfeeds/http-feeds-server-spring-boot-starter/
implementation ("org.httpfeeds:http-feeds-server-spring-boot-starter:0.0.1")
'org.httpfeeds:http-feeds-server-spring-boot-starter:jar:0.0.1'
<dependency org="org.httpfeeds" name="http-feeds-server-spring-boot-starter" rev="0.0.1">
<artifact name="http-feeds-server-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.httpfeeds', module='http-feeds-server-spring-boot-starter', version='0.0.1')
)
libraryDependencies += "org.httpfeeds" % "http-feeds-server-spring-boot-starter" % "0.0.1"
[org.httpfeeds/http-feeds-server-spring-boot-starter "0.0.1"]