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