Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.talecel |
ArtifactId | ArtifactIdhello-spring-boot-starter |
Version | Version0.0.1-RC |
Type | Typejar |
Filename | Size |
---|---|
hello-spring-boot-starter-0.0.1-RC.pom | |
hello-spring-boot-starter-0.0.1-RC.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.talecel/hello-spring-boot-starter/ -->
<dependency>
<groupId>com.talecel</groupId>
<artifactId>hello-spring-boot-starter</artifactId>
<version>0.0.1-RC</version>
</dependency>
// https://jarcasting.com/artifacts/com.talecel/hello-spring-boot-starter/
implementation 'com.talecel:hello-spring-boot-starter:0.0.1-RC'
// https://jarcasting.com/artifacts/com.talecel/hello-spring-boot-starter/
implementation ("com.talecel:hello-spring-boot-starter:0.0.1-RC")
'com.talecel:hello-spring-boot-starter:jar:0.0.1-RC'
<dependency org="com.talecel" name="hello-spring-boot-starter" rev="0.0.1-RC">
<artifact name="hello-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.talecel', module='hello-spring-boot-starter', version='0.0.1-RC')
)
libraryDependencies += "com.talecel" % "hello-spring-boot-starter" % "0.0.1-RC"
[com.talecel/hello-spring-boot-starter "0.0.1-RC"]