Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.lakernote |
ArtifactId | ArtifactIdlaker-spring-boot-starter-test |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.lakernote/laker-spring-boot-starter-test/ -->
<dependency>
<groupId>io.github.lakernote</groupId>
<artifactId>laker-spring-boot-starter-test</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.lakernote/laker-spring-boot-starter-test/
implementation 'io.github.lakernote:laker-spring-boot-starter-test:1.0.1'
// https://jarcasting.com/artifacts/io.github.lakernote/laker-spring-boot-starter-test/
implementation ("io.github.lakernote:laker-spring-boot-starter-test:1.0.1")
'io.github.lakernote:laker-spring-boot-starter-test:jar:1.0.1'
<dependency org="io.github.lakernote" name="laker-spring-boot-starter-test" rev="1.0.1">
<artifact name="laker-spring-boot-starter-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.lakernote', module='laker-spring-boot-starter-test', version='1.0.1')
)
libraryDependencies += "io.github.lakernote" % "laker-spring-boot-starter-test" % "1.0.1"
[io.github.lakernote/laker-spring-boot-starter-test "1.0.1"]