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