is not current version
Last Version 1.2.0

us.figt:Mesh 1.1.1

Mesh is a library that allows you to 'mesh' together a series of tasks, whilst switching thread contexts.

GroupId

GroupId

us.figt
ArtifactId

ArtifactId

Mesh
Version

Version

1.1.1
Type

Type

jar

Download Mesh 1.1.1


<!-- https://jarcasting.com/artifacts/us.figt/Mesh/ -->
<dependency>
    <groupId>us.figt</groupId>
    <artifactId>Mesh</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/us.figt/Mesh/
implementation 'us.figt:Mesh:1.1.1'
// https://jarcasting.com/artifacts/us.figt/Mesh/
implementation ("us.figt:Mesh:1.1.1")
'us.figt:Mesh:jar:1.1.1'
<dependency org="us.figt" name="Mesh" rev="1.1.1">
  <artifact name="Mesh" type="jar" />
</dependency>
@Grapes(
@Grab(group='us.figt', module='Mesh', version='1.1.1')
)
libraryDependencies += "us.figt" % "Mesh" % "1.1.1"
[us.figt/Mesh "1.1.1"]