GroupId | GroupIdorg.smallmind |
---|---|
ArtifactId | ArtifactIdsmallmind-scheduling |
Version | Version3.3.5 |
Type | Typepom |
Filename | Size |
---|---|
smallmind-scheduling-3.3.5.pom | 852 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.smallmind/smallmind-scheduling/ -->
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>smallmind-scheduling</artifactId>
<version>3.3.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.smallmind/smallmind-scheduling/
implementation 'org.smallmind:smallmind-scheduling:3.3.5'
// https://jarcasting.com/artifacts/org.smallmind/smallmind-scheduling/
implementation ("org.smallmind:smallmind-scheduling:3.3.5")
'org.smallmind:smallmind-scheduling:pom:3.3.5'
<dependency org="org.smallmind" name="smallmind-scheduling" rev="3.3.5">
<artifact name="smallmind-scheduling" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.smallmind', module='smallmind-scheduling', version='3.3.5')
)
libraryDependencies += "org.smallmind" % "smallmind-scheduling" % "3.3.5"
[org.smallmind/smallmind-scheduling "3.3.5"]