Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.manosbatsis.corbeans |
ArtifactId | ArtifactIdcorbeans-spring-boot-starter-test |
Version | Version0.31 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.manosbatsis.corbeans/corbeans-spring-boot-starter-test/ -->
<dependency>
<groupId>com.github.manosbatsis.corbeans</groupId>
<artifactId>corbeans-spring-boot-starter-test</artifactId>
<version>0.31</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.manosbatsis.corbeans/corbeans-spring-boot-starter-test/
implementation 'com.github.manosbatsis.corbeans:corbeans-spring-boot-starter-test:0.31'
// https://jarcasting.com/artifacts/com.github.manosbatsis.corbeans/corbeans-spring-boot-starter-test/
implementation ("com.github.manosbatsis.corbeans:corbeans-spring-boot-starter-test:0.31")
'com.github.manosbatsis.corbeans:corbeans-spring-boot-starter-test:jar:0.31'
<dependency org="com.github.manosbatsis.corbeans" name="corbeans-spring-boot-starter-test" rev="0.31">
<artifact name="corbeans-spring-boot-starter-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.manosbatsis.corbeans', module='corbeans-spring-boot-starter-test', version='0.31')
)
libraryDependencies += "com.github.manosbatsis.corbeans" % "corbeans-spring-boot-starter-test" % "0.31"
[com.github.manosbatsis.corbeans/corbeans-spring-boot-starter-test "0.31"]