Files download
File Operation
mug-algorithms-6.4.jar download
mug-algorithms-6.4.pom download
mug-algorithms-6.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.mug</groupId>
  <artifactId>mug-algorithms</artifactId>
  <version>6.4</version>
</dependency>
Gradle Groovy
implementation 'com.google.mug:mug-algorithms:6.4'
Gradle Kotlin
implementation("com.google.mug:mug-algorithms:6.4")
Scala SBT
libraryDependencies += "com.google.mug" % "mug-algorithms" % "6.4"
Groovy Grape
@Grapes(
  @Grab(group='com.google.mug', module='mug-algorithms', version='6.4')
)
Apache Ivy
<dependency org="com.google.mug" name="mug-algorithms" rev="6.4" />
Leiningen
[com.google.mug/mug-algorithms "6.4"]
Apache Buildr
'com.google.mug:mug-algorithms:jar:6.4'