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