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