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