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