MVN

io.github.ololx.moonshine : moonshine

Maven & Gradle

Jul 09, 2023
2 stars

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.

<dependency>
    <groupId>io.github.ololx.moonshine</groupId>
    <artifactId>moonshine</artifactId>
    <version>0.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ololx.moonshine : moonshine to add to Maven - Latest Versions:

  • Latest Stable: 0.10.0

All Versions

Choose a version of io.github.ololx.moonshine : moonshine to add to Maven - All Versions:

Version Vulnerabilities Updated
0.10.x
moonshine-0.10.0
0.8.x
moonshine-0.8.2
0.7.x
moonshine-0.7.0
0.6.x
moonshine-0.6.1
moonshine-0.6.0
0.5.x
moonshine-0.5.0
0.4.x
moonshine-0.4.0
0.3.x
moonshine-0.3.0
0.2.x
moonshine-0.2.3
moonshine-0.2.2
moonshine-0.2.1
moonshine-0.2.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.ololx.moonshine</groupId>
    <artifactId>moonshine</artifactId>
    <version>0.10.0</version>
</dependency>