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