Categories |
CategoriesIDE Development Tools Spring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.idefav |
ArtifactId | ArtifactIdspring-boot-starter-rest-lb |
Version | Version1.0.1-snapshot |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.idefav/spring-boot-starter-rest-lb/ -->
<dependency>
<groupId>com.idefav</groupId>
<artifactId>spring-boot-starter-rest-lb</artifactId>
<version>1.0.1-snapshot</version>
</dependency>
// https://jarcasting.com/artifacts/com.idefav/spring-boot-starter-rest-lb/
implementation 'com.idefav:spring-boot-starter-rest-lb:1.0.1-snapshot'
// https://jarcasting.com/artifacts/com.idefav/spring-boot-starter-rest-lb/
implementation ("com.idefav:spring-boot-starter-rest-lb:1.0.1-snapshot")
'com.idefav:spring-boot-starter-rest-lb:jar:1.0.1-snapshot'
<dependency org="com.idefav" name="spring-boot-starter-rest-lb" rev="1.0.1-snapshot">
<artifact name="spring-boot-starter-rest-lb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.idefav', module='spring-boot-starter-rest-lb', version='1.0.1-snapshot')
)
libraryDependencies += "com.idefav" % "spring-boot-starter-rest-lb" % "1.0.1-snapshot"
[com.idefav/spring-boot-starter-rest-lb "1.0.1-snapshot"]