GroupId | GroupIdorg.spincast |
---|---|
ArtifactId | ArtifactIdspincast-plugins-scheduledtasks |
Version | Version2.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.spincast/spincast-plugins-scheduledtasks/ -->
<dependency>
<groupId>org.spincast</groupId>
<artifactId>spincast-plugins-scheduledtasks</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.spincast/spincast-plugins-scheduledtasks/
implementation 'org.spincast:spincast-plugins-scheduledtasks:2.1.0'
// https://jarcasting.com/artifacts/org.spincast/spincast-plugins-scheduledtasks/
implementation ("org.spincast:spincast-plugins-scheduledtasks:2.1.0")
'org.spincast:spincast-plugins-scheduledtasks:jar:2.1.0'
<dependency org="org.spincast" name="spincast-plugins-scheduledtasks" rev="2.1.0">
<artifact name="spincast-plugins-scheduledtasks" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spincast', module='spincast-plugins-scheduledtasks', version='2.1.0')
)
libraryDependencies += "org.spincast" % "spincast-plugins-scheduledtasks" % "2.1.0"
[org.spincast/spincast-plugins-scheduledtasks "2.1.0"]