GroupId | GroupIdio.hypertrack |
---|---|
ArtifactId | ArtifactIdsmart-scheduler |
Version | Version0.0.6 |
Type | Typeaar |
Filename | Size |
---|---|
smart-scheduler-0.0.6.pom | |
smart-scheduler-0.0.6.aar | 30 KB |
smart-scheduler-0.0.6-sources.jar | 10 KB |
smart-scheduler-0.0.6-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.hypertrack/smart-scheduler/ -->
<dependency>
<groupId>io.hypertrack</groupId>
<artifactId>smart-scheduler</artifactId>
<version>0.0.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.hypertrack/smart-scheduler/
implementation 'io.hypertrack:smart-scheduler:0.0.6'
// https://jarcasting.com/artifacts/io.hypertrack/smart-scheduler/
implementation ("io.hypertrack:smart-scheduler:0.0.6")
'io.hypertrack:smart-scheduler:aar:0.0.6'
<dependency org="io.hypertrack" name="smart-scheduler" rev="0.0.6">
<artifact name="smart-scheduler" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.hypertrack', module='smart-scheduler', version='0.0.6')
)
libraryDependencies += "io.hypertrack" % "smart-scheduler" % "0.0.6"
[io.hypertrack/smart-scheduler "0.0.6"]