Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdicu.easyj.boot |
ArtifactId | ArtifactIdeasyj-spring-boot-test |
Version | Version0.5.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/icu.easyj.boot/easyj-spring-boot-test/ -->
<dependency>
<groupId>icu.easyj.boot</groupId>
<artifactId>easyj-spring-boot-test</artifactId>
<version>0.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/icu.easyj.boot/easyj-spring-boot-test/
implementation 'icu.easyj.boot:easyj-spring-boot-test:0.5.5'
// https://jarcasting.com/artifacts/icu.easyj.boot/easyj-spring-boot-test/
implementation ("icu.easyj.boot:easyj-spring-boot-test:0.5.5")
'icu.easyj.boot:easyj-spring-boot-test:jar:0.5.5'
<dependency org="icu.easyj.boot" name="easyj-spring-boot-test" rev="0.5.5">
<artifact name="easyj-spring-boot-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='icu.easyj.boot', module='easyj-spring-boot-test', version='0.5.5')
)
libraryDependencies += "icu.easyj.boot" % "easyj-spring-boot-test" % "0.5.5"
[icu.easyj.boot/easyj-spring-boot-test "0.5.5"]