-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjbang-catalog.json
21 lines (21 loc) · 1.17 KB
/
jbang-catalog.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"aliases": {
"jpm": {
"script-ref": "org.codejive.jpm:jpm:0.4.0",
"description": "A simple command line tool, taking inspiration from Node's npm, to manage Maven dependencies for Java projects that are not using build systems like Maven or Gradle."
},
"jpm-latest": {
"script-ref": "https://github.com/codejive/java-jpm/blob/main/src/main/java/org/codejive/jpm/Main.java",
"description": "A simple command line tool, taking inspiration from Node's npm, to manage Maven dependencies for Java projects that are not using build systems like Maven or Gradle."
},
"jvm": {
"script-ref": "https://github.com/codejive/java-jvm/blob/main/src/main/java/org/codejive/jvm/Main.java",
"description": "A command line tool that helps you install and manage multiple Java versions on your machine.."
},
"jvm-latest": {
"script-ref": "https://github.com/codejive/java-jvm/blob/main/src/main/java/org/codejive/jvm/Main.java",
"description": "A command line tool that helps you install and manage multiple Java versions on your machine.."
}
},
"description": "Codejive JBang scripts"
}