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