is not current version
Last Version 2.8.3

com.mastfrog:acteur-parent 2.6.8

The Acteur framework for building Netty-based web servers

GroupId

GroupId

com.mastfrog
ArtifactId

ArtifactId

acteur-parent
Version

Version

2.6.8
Type

Type

pom

Download acteur-parent 2.6.8

Filename Size
acteur-parent-2.6.8.pom 2 KB
Browse

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