GroupId | GroupIdcom.mastfrog |
---|---|
ArtifactId | ArtifactIdacteur |
Version | Version2.6.0 |
Type | Typejar |
Filename | Size |
---|---|
acteur-2.6.0.pom | |
acteur-2.6.0.jar | 379 KB |
acteur-2.6.0-sources.jar | 227 KB |
acteur-2.6.0-javadoc.jar | 627 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/acteur/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>acteur</artifactId>
<version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/acteur/
implementation 'com.mastfrog:acteur:2.6.0'
// https://jarcasting.com/artifacts/com.mastfrog/acteur/
implementation ("com.mastfrog:acteur:2.6.0")
'com.mastfrog:acteur:jar:2.6.0'
<dependency org="com.mastfrog" name="acteur" rev="2.6.0">
<artifact name="acteur" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='acteur', version='2.6.0')
)
libraryDependencies += "com.mastfrog" % "acteur" % "2.6.0"
[com.mastfrog/acteur "2.6.0"]