m

mug-root

Extra Lambda Utilities
http://github.com/google/mug
Apache License 2.0
Ben Yu
Files download
File Operation
mug-root-3.7.pom download
Apache Maven
<dependency>
  <groupId>com.google.mug</groupId>
  <artifactId>mug-root</artifactId>
  <version>3.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.google.mug:mug-root:3.7'
Gradle Kotlin
implementation("com.google.mug:mug-root:3.7")
Scala SBT
libraryDependencies += "com.google.mug" % "mug-root" % "3.7"
Groovy Grape
@Grapes(
  @Grab(group='com.google.mug', module='mug-root', version='3.7')
)
Apache Ivy
<dependency org="com.google.mug" name="mug-root" rev="3.7" />
Leiningen
[com.google.mug/mug-root "3.7"]
Apache Buildr
'com.google.mug:mug-root:jar:3.7'
Dependencies
The project has no third-party dependencies