Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.insistingon.binlogportal |
ArtifactId | ArtifactIdbinlogportal-spring-boot-starter-test |
Version | Version1.0.6 |
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.6</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.6'
// https://jarcasting.com/artifacts/com.insistingon.binlogportal/binlogportal-spring-boot-starter-test/
implementation ("com.insistingon.binlogportal:binlogportal-spring-boot-starter-test:1.0.6")
'com.insistingon.binlogportal:binlogportal-spring-boot-starter-test:jar:1.0.6'
<dependency org="com.insistingon.binlogportal" name="binlogportal-spring-boot-starter-test" rev="1.0.6">
<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.6')
)
libraryDependencies += "com.insistingon.binlogportal" % "binlogportal-spring-boot-starter-test" % "1.0.6"
[com.insistingon.binlogportal/binlogportal-spring-boot-starter-test "1.0.6"]