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: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

[![rebol-maven](https://github.com/user-attachments/assets/ecf5b783-059a-4ca2-8fa7-887db5d71a3e)](https://github.com/Oldes/Rebol-Maven)

[![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)
[![Gitter](https://badges.gitter.im/rebol3/community.svg)](https://app.gitter.im/#/room/#Rebol3:gitter.im)
[![Zulip](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://rebol.zulipchat.com/)
# 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"
]
```