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