GroupId | GroupIdcom.github.appundefined |
---|---|
ArtifactId | ArtifactIdscheduleTaskUtils |
Last Version | Last Version1.0-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
<!-- https://jarcasting.com/artifacts/com.github.appundefined/scheduleTaskUtils/ -->
<dependency>
<groupId>com.github.appundefined</groupId>
<artifactId>scheduleTaskUtils</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.appundefined/scheduleTaskUtils/
implementation 'com.github.appundefined:scheduleTaskUtils:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.appundefined/scheduleTaskUtils/
implementation ("com.github.appundefined:scheduleTaskUtils:1.0-RELEASE")
'com.github.appundefined:scheduleTaskUtils:jar:1.0-RELEASE'
<dependency org="com.github.appundefined" name="scheduleTaskUtils" rev="1.0-RELEASE">
<artifact name="scheduleTaskUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.appundefined', module='scheduleTaskUtils', version='1.0-RELEASE')
)
libraryDependencies += "com.github.appundefined" % "scheduleTaskUtils" % "1.0-RELEASE"
[com.github.appundefined/scheduleTaskUtils "1.0-RELEASE"]