Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.apuex.springbootsolution |
ArtifactId | ArtifactIdspring-boot-solution_2.12 |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
spring-boot-solution_2.12-1.0.4.pom | |
spring-boot-solution_2.12-1.0.4.jar | 316 bytes |
spring-boot-solution_2.12-1.0.4-sources.jar | 265 bytes |
spring-boot-solution_2.12-1.0.4-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.apuex.springbootsolution/spring-boot-solution_2.12/ -->
<dependency>
<groupId>com.github.apuex.springbootsolution</groupId>
<artifactId>spring-boot-solution_2.12</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.apuex.springbootsolution/spring-boot-solution_2.12/
implementation 'com.github.apuex.springbootsolution:spring-boot-solution_2.12:1.0.4'
// https://jarcasting.com/artifacts/com.github.apuex.springbootsolution/spring-boot-solution_2.12/
implementation ("com.github.apuex.springbootsolution:spring-boot-solution_2.12:1.0.4")
'com.github.apuex.springbootsolution:spring-boot-solution_2.12:jar:1.0.4'
<dependency org="com.github.apuex.springbootsolution" name="spring-boot-solution_2.12" rev="1.0.4">
<artifact name="spring-boot-solution_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.apuex.springbootsolution', module='spring-boot-solution_2.12', version='1.0.4')
)
libraryDependencies += "com.github.apuex.springbootsolution" % "spring-boot-solution_2.12" % "1.0.4"
[com.github.apuex.springbootsolution/spring-boot-solution_2.12 "1.0.4"]