Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdicu.easyj.boot |
ArtifactId | ArtifactIdeasyj-spring-boot |
Version | Version0.1.5 |
Type | Typejar |
Filename | Size |
---|---|
easyj-spring-boot-0.1.5.pom | |
easyj-spring-boot-0.1.5.jar | 4 KB |
easyj-spring-boot-0.1.5-sources.jar | 5 KB |
easyj-spring-boot-0.1.5-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/icu.easyj.boot/easyj-spring-boot/ -->
<dependency>
<groupId>icu.easyj.boot</groupId>
<artifactId>easyj-spring-boot</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/icu.easyj.boot/easyj-spring-boot/
implementation 'icu.easyj.boot:easyj-spring-boot:0.1.5'
// https://jarcasting.com/artifacts/icu.easyj.boot/easyj-spring-boot/
implementation ("icu.easyj.boot:easyj-spring-boot:0.1.5")
'icu.easyj.boot:easyj-spring-boot:jar:0.1.5'
<dependency org="icu.easyj.boot" name="easyj-spring-boot" rev="0.1.5">
<artifact name="easyj-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='icu.easyj.boot', module='easyj-spring-boot', version='0.1.5')
)
libraryDependencies += "icu.easyj.boot" % "easyj-spring-boot" % "0.1.5"
[icu.easyj.boot/easyj-spring-boot "0.1.5"]