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
- Host: GitHub
- URL: https://github.com/oldes/rebol-maven
- Owner: Oldes
- License: unlicense
- Created: 2024-03-11T11:11:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T13:20:45.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T01:26:52.930Z (almost 2 years ago)
- Topics: download, java, maven, pom, rebol, script
- Language: Rebol
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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"
]
```