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