-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathjbang-catalog.json
44 lines (44 loc) · 2.28 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"catalogs": {},
"aliases": {
"release": {
"script-ref": "io.github.zenwave360.zenwave-sdk:zenwave-sdk-cli:RELEASE",
"dependencies": [
"org.slf4j:slf4j-simple:1.7.36",
"io.github.zenwave360.zenwave-sdk.plugins:asyncapi-spring-cloud-streams3:RELEASE",
"io.github.zenwave360.zenwave-sdk.plugins:asyncapi-jsonschema2pojo:RELEASE",
"io.github.zenwave360.zenwave-sdk.plugins:openapi-spring-webtestclient:RELEASE",
"io.github.zenwave360.zenwave-sdk.plugins:openapi-karate:RELEASE",
"io.github.zenwave360.zenwave-sdk.plugins:backend-application-default:RELEASE",
"io.github.zenwave360.zenwave-sdk.plugins:zdl-to-openapi:RELEASE",
"io.github.zenwave360.zenwave-sdk.plugins:zdl-to-asyncapi:RELEASE",
"io.github.zenwave360.zenwave-sdk.plugins:jdl-to-asyncapi:RELEASE",
"io.github.zenwave360.zenwave-sdk.plugins:zdl-to-markdown:RELEASE",
"io.github.zenwave360.zenwave-sdk.plugins:openapi-controllers:RELEASE"
],
"main": "io.zenwave360.sdk.Main"
},
"snapshots": {
"script-ref": "io.github.zenwave360.zenwave-sdk:zenwave-sdk-cli:1.8.0-SNAPSHOT",
"dependencies": [
"org.slf4j:slf4j-simple:1.7.36",
"io.github.zenwave360.zenwave-sdk.plugins:asyncapi-spring-cloud-streams3:1.8.0-SNAPSHOT",
"io.github.zenwave360.zenwave-sdk.plugins:asyncapi-jsonschema2pojo:1.8.0-SNAPSHOT",
"io.github.zenwave360.zenwave-sdk.plugins:openapi-spring-webtestclient:1.8.0-SNAPSHOT",
"io.github.zenwave360.zenwave-sdk.plugins:openapi-karate:1.8.0-SNAPSHOT",
"io.github.zenwave360.zenwave-sdk.plugins:backend-application-default:1.8.0-SNAPSHOT",
"io.github.zenwave360.zenwave-sdk.plugins:zdl-to-openapi:1.8.0-SNAPSHOT",
"io.github.zenwave360.zenwave-sdk.plugins:zdl-to-asyncapi:1.8.0-SNAPSHOT",
"io.github.zenwave360.zenwave-sdk.plugins:jdl-to-asyncapi:1.8.0-SNAPSHOT",
"io.github.zenwave360.zenwave-sdk.plugins:zdl-to-markdown:1.8.0-SNAPSHOT",
"io.github.zenwave360.zenwave-sdk.plugins:openapi-controllers:1.8.0-SNAPSHOT"
],
"repositories": [
"mavencentral",
"snapshots\u003dhttps://s01.oss.sonatype.org/content/repositories/snapshots"
],
"main": "io.zenwave360.sdk.Main"
}
},
"templates": {}
}