GroupId | GroupIdcom.mastfrog |
---|---|
ArtifactId | ArtifactIdacteur-util |
Version | Version2.6.6 |
Type | Typejar |
Filename | Size |
---|---|
acteur-util-2.6.6.pom | |
acteur-util-2.6.6.jar | 35 KB |
acteur-util-2.6.6-sources.jar | 24 KB |
acteur-util-2.6.6-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.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/acteur-util/
implementation 'com.mastfrog:acteur-util:2.6.6'
// https://jarcasting.com/artifacts/com.mastfrog/acteur-util/
implementation ("com.mastfrog:acteur-util:2.6.6")
'com.mastfrog:acteur-util:jar:2.6.6'
<dependency org="com.mastfrog" name="acteur-util" rev="2.6.6">
<artifact name="acteur-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='acteur-util', version='2.6.6')
)
libraryDependencies += "com.mastfrog" % "acteur-util" % "2.6.6"
[com.mastfrog/acteur-util "2.6.6"]