Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.hengboy |
ArtifactId | ArtifactIdspring-boot-starter-registry-memory |
Version | Version0.0.2.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.hengboy/spring-boot-starter-registry-memory/ -->
<dependency>
<groupId>com.github.hengboy</groupId>
<artifactId>spring-boot-starter-registry-memory</artifactId>
<version>0.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hengboy/spring-boot-starter-registry-memory/
implementation 'com.github.hengboy:spring-boot-starter-registry-memory:0.0.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.hengboy/spring-boot-starter-registry-memory/
implementation ("com.github.hengboy:spring-boot-starter-registry-memory:0.0.2.RELEASE")
'com.github.hengboy:spring-boot-starter-registry-memory:jar:0.0.2.RELEASE'
<dependency org="com.github.hengboy" name="spring-boot-starter-registry-memory" rev="0.0.2.RELEASE">
<artifact name="spring-boot-starter-registry-memory" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hengboy', module='spring-boot-starter-registry-memory', version='0.0.2.RELEASE')
)
libraryDependencies += "com.github.hengboy" % "spring-boot-starter-registry-memory" % "0.0.2.RELEASE"
[com.github.hengboy/spring-boot-starter-registry-memory "0.0.2.RELEASE"]