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

https://github.com/oldes/rebol-maven

Rebol script resolving (and downloading) Java dependencies from Maven repositories
https://github.com/oldes/rebol-maven

download java maven pom rebol script

Last synced: 11 months ago
JSON representation

Rebol script resolving (and downloading) Java dependencies from Maven repositories

Awesome Lists containing this project

README

          

[![Rebol-Maven CI](https://github.com/Oldes/Rebol-Maven/actions/workflows/main.yml/badge.svg)](https://github.com/Oldes/Rebol-Maven/actions/workflows/main.yml)
# Rebol/Maven
Rebol script resolving (and downloading) Java dependencies from Maven repositories

## Usage
```rebol
maven: import %maven.reb
maven/get-dependencies [
"androidx.activity:activity:1.8.2"
"com.google.android.play:asset-delivery:2.2.1"
"com.google.android.gms:play-services-games:23.1.0"
"com.google.android.gms:play-services-auth:21.0.0"
]
```