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