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