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