Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.replash |
ArtifactId | ArtifactIdreplash-spring-boot |
Version | Version0.7 |
Type | Typejar |
Filename | Size |
---|---|
replash-spring-boot-0.7.pom | |
replash-spring-boot-0.7.jar | 1 KB |
replash-spring-boot-0.7-sources.jar | 1 KB |
replash-spring-boot-0.7-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.replash/replash-spring-boot/ -->
<dependency>
<groupId>com.replash</groupId>
<artifactId>replash-spring-boot</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.replash/replash-spring-boot/
implementation 'com.replash:replash-spring-boot:0.7'
// https://jarcasting.com/artifacts/com.replash/replash-spring-boot/
implementation ("com.replash:replash-spring-boot:0.7")
'com.replash:replash-spring-boot:jar:0.7'
<dependency org="com.replash" name="replash-spring-boot" rev="0.7">
<artifact name="replash-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.replash', module='replash-spring-boot', version='0.7')
)
libraryDependencies += "com.replash" % "replash-spring-boot" % "0.7"
[com.replash/replash-spring-boot "0.7"]