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