MVN

com.google.mug : mug-algorithms

Maven & Gradle

Mar 25, 2023
317 stars

algorithms

<dependency>
    <groupId>com.google.mug</groupId>
    <artifactId>mug-algorithms</artifactId>
    <version>6.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.mug : mug-algorithms to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.6

All Versions

Choose a version of com.google.mug : mug-algorithms to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.6
mug-algorithms-6.6
6.5
mug-algorithms-6.5
6.4
mug-algorithms-6.4
6.3
mug-algorithms-6.3
6.1
mug-algorithms-6.1
6.0
mug-algorithms-6.0
5.9
mug-algorithms-5.9
5.8
mug-algorithms-5.8
5.7
mug-algorithms-5.7
5.6
mug-algorithms-5.6
5.5
mug-algorithms-5.5
5.4
mug-algorithms-5.4
5.3
mug-algorithms-5.3
5.2
mug-algorithms-5.2
5.1
mug-algorithms-5.1
5.0
mug-algorithms-5.0
4.8
mug-algorithms-4.8
4.7
mug-algorithms-4.7
4.6
mug-algorithms-4.6
4.5
mug-algorithms-4.5

How to add a dependency to Maven

Add the following com.google.mug : mug-algorithms maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.mug</groupId>
    <artifactId>mug-algorithms</artifactId>
    <version>6.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.mug : mug-algorithms gradle dependency to your build.gradle file:

implementation 'com.google.mug:mug-algorithms:6.6'

Gradle Kotlin DSL: Add the following com.google.mug : mug-algorithms gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.mug:mug-algorithms:6.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.mug : mug-algorithms sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.mug" % "mug-algorithms" % "6.6"

Advertisement