is not current version
Last Version 2.8.3

com.mastfrog:acteur 2.8.2


GroupId

GroupId

com.mastfrog
ArtifactId

ArtifactId

acteur
Version

Version

2.8.2
Type

Type

jar

Download acteur 2.8.2


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