MVN

com.github.moon-util : moon-util

Maven & Gradle

Dec 08, 2020
8 stars

moon-util · a java tool library

<dependency>
    <groupId>com.github.moon-util</groupId>
    <artifactId>moon-util</artifactId>
    <version>0.0.45</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.moon-util : moon-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.45

All Versions

Choose a version of com.github.moon-util : moon-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
moon-util-0.0.45
moon-util-0.0.44
moon-util-0.0.43
moon-util-0.0.42
moon-util-0.0.41
moon-util-0.0.40
moon-util-0.0.39
moon-util-0.0.36
moon-util-0.0.35
moon-util-0.0.34
moon-util-0.0.33
moon-util-0.0.32
moon-util-0.0.31
moon-util-0.0.30
moon-util-0.0.29
moon-util-0.0.28
moon-util-0.0.27
moon-util-0.0.26
moon-util-0.0.25
moon-util-0.0.24
moon-util-0.0.23
moon-util-0.0.22
moon-util-0.0.21
moon-util-0.0.20
moon-util-0.0.19
moon-util-0.0.17
moon-util-0.0.16
moon-util-0.0.15
moon-util-0.0.14
moon-util-0.0.13
moon-util-0.0.13.0
moon-util-0.0.12

How to add a dependency to Maven

Add the following com.github.moon-util : moon-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.moon-util</groupId>
    <artifactId>moon-util</artifactId>
    <version>0.0.45</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.moon-util : moon-util gradle dependency to your build.gradle file:

implementation 'com.github.moon-util:moon-util:0.0.45'

Gradle Kotlin DSL: Add the following com.github.moon-util : moon-util gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.moon-util:moon-util:0.0.45")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.moon-util : moon-util sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.moon-util" % "moon-util" % "0.0.45"