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