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