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