An open API service indexing awesome lists of open source software.

https://github.com/flowarg/flowmultitools

FlowMultitools is a tool-library for my projects
https://github.com/flowarg/flowmultitools

Last synced: 8 months ago
JSON representation

FlowMultitools is a tool-library for my projects

Awesome Lists containing this project

README

          

[version]: https://img.shields.io/maven-central/v/fr.flowarg/flowmultitools.svg?label=Download
[download]: https://search.maven.org/search?q=g:%22fr.flowarg%22%20AND%20a:%22flowmultitools%22

[ ![version][] ][download]

# FlowMultitools

Add FlowMultitools in your dependencies :

```groovy
repositories {
mavenCentral() // FlowMultitools has migrated to MavenCentral and abandoned jcenter. Old libraries are still avaiable in jcenter repo until it is down.
}
```

```groovy
dependencies {
implementation 'fr.flowarg:flowmultitools:VERSION'
}
```