GroupId | GroupIdorg.smallmind |
---|---|
ArtifactId | ArtifactIdscheduling-base |
Version | Version3.3.11 |
Type | Typejar |
Filename | Size |
---|---|
scheduling-base-3.3.11.pom | |
scheduling-base-3.3.11.jar | 20 KB |
scheduling-base-3.3.11-sources.jar | 3 KB |
scheduling-base-3.3.11-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.smallmind/scheduling-base/ -->
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>scheduling-base</artifactId>
<version>3.3.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.smallmind/scheduling-base/
implementation 'org.smallmind:scheduling-base:3.3.11'
// https://jarcasting.com/artifacts/org.smallmind/scheduling-base/
implementation ("org.smallmind:scheduling-base:3.3.11")
'org.smallmind:scheduling-base:jar:3.3.11'
<dependency org="org.smallmind" name="scheduling-base" rev="3.3.11">
<artifact name="scheduling-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smallmind', module='scheduling-base', version='3.3.11')
)
libraryDependencies += "org.smallmind" % "scheduling-base" % "3.3.11"
[org.smallmind/scheduling-base "3.3.11"]