Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.itstack.middleware |
ArtifactId | ArtifactIdschedule-spring-boot-starter |
Version | Version1.0.1.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.itstack.middleware/schedule-spring-boot-starter/ -->
<dependency>
<groupId>org.itstack.middleware</groupId>
<artifactId>schedule-spring-boot-starter</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.itstack.middleware/schedule-spring-boot-starter/
implementation 'org.itstack.middleware:schedule-spring-boot-starter:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/org.itstack.middleware/schedule-spring-boot-starter/
implementation ("org.itstack.middleware:schedule-spring-boot-starter:1.0.1.RELEASE")
'org.itstack.middleware:schedule-spring-boot-starter:jar:1.0.1.RELEASE'
<dependency org="org.itstack.middleware" name="schedule-spring-boot-starter" rev="1.0.1.RELEASE">
<artifact name="schedule-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.itstack.middleware', module='schedule-spring-boot-starter', version='1.0.1.RELEASE')
)
libraryDependencies += "org.itstack.middleware" % "schedule-spring-boot-starter" % "1.0.1.RELEASE"
[org.itstack.middleware/schedule-spring-boot-starter "1.0.1.RELEASE"]