m

moonshine

The project Moonshine is a set of useful utilities and tools for productive and comfortable coding. This project consists of modules, each of which contains classes united by one common goal - to solve a specific problem: tuples, iterators, stopwatches and e.t.c.
https://ololx.github.io/moonshine
The Apache Software License, Version 2.0
Alexander A. Kropotin
文件下载
文件名 操作
moonshine-0.6.0.pom 下载
Apache Maven
<dependency>
  <groupId>io.github.ololx.moonshine</groupId>
  <artifactId>moonshine</artifactId>
  <version>0.6.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.ololx.moonshine:moonshine:0.6.0'
Gradle Kotlin
implementation("io.github.ololx.moonshine:moonshine:0.6.0")
Scala SBT
libraryDependencies += "io.github.ololx.moonshine" % "moonshine" % "0.6.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ololx.moonshine', module='moonshine', version='0.6.0')
)
Apache Ivy
<dependency org="io.github.ololx.moonshine" name="moonshine" rev="0.6.0" />
Leiningen
[io.github.ololx.moonshine/moonshine "0.6.0"]
Apache Buildr
'io.github.ololx.moonshine:moonshine:jar:0.6.0'
本项目依赖
该项目无第三方依赖