Categories |
CategoriesSpring Boot Container Microservices Ant Build Tools Net |
---|---|
GroupId | GroupIdnet.savantly.sprout |
ArtifactId | ArtifactIdsprout-spring-boot-starter |
Version | Version0.0.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.savantly.sprout/sprout-spring-boot-starter/ -->
<dependency>
<groupId>net.savantly.sprout</groupId>
<artifactId>sprout-spring-boot-starter</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/net.savantly.sprout/sprout-spring-boot-starter/
implementation 'net.savantly.sprout:sprout-spring-boot-starter:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/net.savantly.sprout/sprout-spring-boot-starter/
implementation ("net.savantly.sprout:sprout-spring-boot-starter:0.0.1-RELEASE")
'net.savantly.sprout:sprout-spring-boot-starter:jar:0.0.1-RELEASE'
<dependency org="net.savantly.sprout" name="sprout-spring-boot-starter" rev="0.0.1-RELEASE">
<artifact name="sprout-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.savantly.sprout', module='sprout-spring-boot-starter', version='0.0.1-RELEASE')
)
libraryDependencies += "net.savantly.sprout" % "sprout-spring-boot-starter" % "0.0.1-RELEASE"
[net.savantly.sprout/sprout-spring-boot-starter "0.0.1-RELEASE"]