GroupId | GroupIdat.chrl |
---|---|
ArtifactId | ArtifactIdchrl-cron |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
chrl-cron-1.0.0.pom | |
chrl-cron-1.0.0.jar | 7 KB |
chrl-cron-1.0.0-sources.jar | 3 KB |
chrl-cron-1.0.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/at.chrl/chrl-cron/ -->
<dependency>
<groupId>at.chrl</groupId>
<artifactId>chrl-cron</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/at.chrl/chrl-cron/
implementation 'at.chrl:chrl-cron:1.0.0'
// https://jarcasting.com/artifacts/at.chrl/chrl-cron/
implementation ("at.chrl:chrl-cron:1.0.0")
'at.chrl:chrl-cron:jar:1.0.0'
<dependency org="at.chrl" name="chrl-cron" rev="1.0.0">
<artifact name="chrl-cron" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.chrl', module='chrl-cron', version='1.0.0')
)
libraryDependencies += "at.chrl" % "chrl-cron" % "1.0.0"
[at.chrl/chrl-cron "1.0.0"]