Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.davide-maestroni |
ArtifactId | ArtifactIdjroutine |
Version | Version4.0.1 |
Type | Typejar |
Filename | Size |
---|---|
jroutine-4.0.1.pom | |
jroutine-4.0.1.jar | 246 KB |
jroutine-4.0.1-sources.jar | 151 KB |
jroutine-4.0.1-javadoc.jar | 366 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.davide-maestroni/jroutine/ -->
<dependency>
<groupId>com.github.davide-maestroni</groupId>
<artifactId>jroutine</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davide-maestroni/jroutine/
implementation 'com.github.davide-maestroni:jroutine:4.0.1'
// https://jarcasting.com/artifacts/com.github.davide-maestroni/jroutine/
implementation ("com.github.davide-maestroni:jroutine:4.0.1")
'com.github.davide-maestroni:jroutine:jar:4.0.1'
<dependency org="com.github.davide-maestroni" name="jroutine" rev="4.0.1">
<artifact name="jroutine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davide-maestroni', module='jroutine', version='4.0.1')
)
libraryDependencies += "com.github.davide-maestroni" % "jroutine" % "4.0.1"
[com.github.davide-maestroni/jroutine "4.0.1"]