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