License |
License |
---|---|
GroupId | GroupIdcom.github.frank5380 |
ArtifactId | ArtifactIdcandy-job |
Version | Version0.0.13 |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Filename | Size |
---|---|
candy-job-0.0.13.pom | |
candy-job-0.0.13.jar | 10 KB |
candy-job-0.0.13-sources.jar | 5 KB |
candy-job-0.0.13-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.frank5380/candy-job/ -->
<dependency>
<groupId>com.github.frank5380</groupId>
<artifactId>candy-job</artifactId>
<version>0.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.frank5380/candy-job/
implementation 'com.github.frank5380:candy-job:0.0.13'
// https://jarcasting.com/artifacts/com.github.frank5380/candy-job/
implementation ("com.github.frank5380:candy-job:0.0.13")
'com.github.frank5380:candy-job:jar:0.0.13'
<dependency org="com.github.frank5380" name="candy-job" rev="0.0.13">
<artifact name="candy-job" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.frank5380', module='candy-job', version='0.0.13')
)
libraryDependencies += "com.github.frank5380" % "candy-job" % "0.0.13"
[com.github.frank5380/candy-job "0.0.13"]
Group / Artifact | Type | Version |
---|---|---|
com.github.frank5380 : candy-core | jar | 0.0.13 |
org.springframework.boot : spring-boot-starter-quartz | jar | 2.1.5.RELEASE |