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

https://github.com/comroid-git/common-util

currently home of the uniform framework
https://github.com/comroid-git/common-util

java jdk8 polyfill

Last synced: 5 months ago
JSON representation

currently home of the uniform framework

Awesome Lists containing this project

README

          

[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/comroid-git/common-util)

## Space Repository

### Credentials
```
Username: Anonymous.User
Password: anonymous
```

### [Maven Repository](https://comroid.jetbrains.space/packages/maven/release): `https://maven.jetbrains.space/comroid/release`
#### Gradle
```groovy
repositories {
maven {
url "https://maven.jetbrains.space/comroid/release"
credentials.username "Anonymous.User"
credentials.password "anonymous"
}
}
```