is not current version
Last Version 6.0-JDK12

guru.qas:martini-standalone 4.0.0-JDK10

Martini: Multithreaded Standalone Execution Engine for Java

GroupId

GroupId

guru.qas
ArtifactId

ArtifactId

martini-standalone
Version

Version

4.0.0-JDK10
Type

Type

jar

Download martini-standalone 4.0.0-JDK10


<!-- https://jarcasting.com/artifacts/guru.qas/martini-standalone/ -->
<dependency>
    <groupId>guru.qas</groupId>
    <artifactId>martini-standalone</artifactId>
    <version>4.0.0-JDK10</version>
</dependency>
// https://jarcasting.com/artifacts/guru.qas/martini-standalone/
implementation 'guru.qas:martini-standalone:4.0.0-JDK10'
// https://jarcasting.com/artifacts/guru.qas/martini-standalone/
implementation ("guru.qas:martini-standalone:4.0.0-JDK10")
'guru.qas:martini-standalone:jar:4.0.0-JDK10'
<dependency org="guru.qas" name="martini-standalone" rev="4.0.0-JDK10">
  <artifact name="martini-standalone" type="jar" />
</dependency>
@Grapes(
@Grab(group='guru.qas', module='martini-standalone', version='4.0.0-JDK10')
)
libraryDependencies += "guru.qas" % "martini-standalone" % "4.0.0-JDK10"
[guru.qas/martini-standalone "4.0.0-JDK10"]