m

mug-root

Extra Lambda Utilities
http://github.com/google/mug
Apache License 2.0
Ben Yu
文件下载
文件名 操作
mug-root-5.8.pom 下载
Apache Maven
<dependency>
  <groupId>com.google.mug</groupId>
  <artifactId>mug-root</artifactId>
  <version>5.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.google.mug:mug-root:5.8'
Gradle Kotlin
implementation("com.google.mug:mug-root:5.8")
Scala SBT
libraryDependencies += "com.google.mug" % "mug-root" % "5.8"
Groovy Grape
@Grapes(
  @Grab(group='com.google.mug', module='mug-root', version='5.8')
)
Apache Ivy
<dependency org="com.google.mug" name="mug-root" rev="5.8" />
Leiningen
[com.google.mug/mug-root "5.8"]
Apache Buildr
'com.google.mug:mug-root:jar:5.8'
本项目依赖
该项目无第三方依赖