Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdcom.github.fartherp.spring.boot |
ArtifactId | ArtifactIdframework-spring-boot-test-autoconfigure |
Version | Version3.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.fartherp.spring.boot/framework-spring-boot-test-autoconfigure/ -->
<dependency>
<groupId>com.github.fartherp.spring.boot</groupId>
<artifactId>framework-spring-boot-test-autoconfigure</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fartherp.spring.boot/framework-spring-boot-test-autoconfigure/
implementation 'com.github.fartherp.spring.boot:framework-spring-boot-test-autoconfigure:3.0.3'
// https://jarcasting.com/artifacts/com.github.fartherp.spring.boot/framework-spring-boot-test-autoconfigure/
implementation ("com.github.fartherp.spring.boot:framework-spring-boot-test-autoconfigure:3.0.3")
'com.github.fartherp.spring.boot:framework-spring-boot-test-autoconfigure:jar:3.0.3'
<dependency org="com.github.fartherp.spring.boot" name="framework-spring-boot-test-autoconfigure" rev="3.0.3">
<artifact name="framework-spring-boot-test-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fartherp.spring.boot', module='framework-spring-boot-test-autoconfigure', version='3.0.3')
)
libraryDependencies += "com.github.fartherp.spring.boot" % "framework-spring-boot-test-autoconfigure" % "3.0.3"
[com.github.fartherp.spring.boot/framework-spring-boot-test-autoconfigure "3.0.3"]