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