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