| GroupId | GroupIdcom.google.mug |
|---|---|
| ArtifactId | ArtifactIdmug-algorithms |
| Version | Version5.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mug-algorithms-5.8.pom | |
| mug-algorithms-5.8.jar | 3 KB |
| mug-algorithms-5.8-sources.jar | 1 KB |
| mug-algorithms-5.8-javadoc.jar | 387 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.google.mug/mug-algorithms/ -->
<dependency>
<groupId>com.google.mug</groupId>
<artifactId>mug-algorithms</artifactId>
<version>5.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.mug/mug-algorithms/
implementation 'com.google.mug:mug-algorithms:5.8'
// https://jarcasting.com/artifacts/com.google.mug/mug-algorithms/
implementation ("com.google.mug:mug-algorithms:5.8")
'com.google.mug:mug-algorithms:jar:5.8'
<dependency org="com.google.mug" name="mug-algorithms" rev="5.8">
<artifact name="mug-algorithms" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.mug', module='mug-algorithms', version='5.8')
)
libraryDependencies += "com.google.mug" % "mug-algorithms" % "5.8"
[com.google.mug/mug-algorithms "5.8"]