-
Notifications
You must be signed in to change notification settings - Fork 4
/
jbang-catalog.json
79 lines (79 loc) · 4.26 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"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.7.0-SNAPSHOT",
"dependencies": [
"org.slf4j:slf4j-simple:1.7.36",
"io.github.zenwave360.zenwave-sdk.plugins:asyncapi-spring-cloud-streams3:1.7.0-SNAPSHOT",
"io.github.zenwave360.zenwave-sdk.plugins:asyncapi-jsonschema2pojo:1.7.0-SNAPSHOT",
"io.github.zenwave360.zenwave-sdk.plugins:openapi-spring-webtestclient:1.7.0-SNAPSHOT",
"io.github.zenwave360.zenwave-sdk.plugins:openapi-karate:1.7.0-SNAPSHOT",
"io.github.zenwave360.zenwave-sdk.plugins:backend-application-default:1.7.0-SNAPSHOT",
"io.github.zenwave360.zenwave-sdk.plugins:zdl-to-openapi:1.7.0-SNAPSHOT",
"io.github.zenwave360.zenwave-sdk.plugins:zdl-to-asyncapi:1.7.0-SNAPSHOT",
"io.github.zenwave360.zenwave-sdk.plugins:jdl-to-asyncapi:1.7.0-SNAPSHOT",
"io.github.zenwave360.zenwave-sdk.plugins:zdl-to-markdown:1.7.0-SNAPSHOT",
"io.github.zenwave360.zenwave-sdk.plugins:openapi-controllers:1.7.0-SNAPSHOT"
],
"repositories": [
"mavencentral",
"snapshots\u003dhttps://s01.oss.sonatype.org/content/repositories/snapshots"
],
"main": "io.zenwave360.sdk.Main"
},
"next": {
"script-ref": "io.github.zenwave360.zenwave-sdk:zenwave-sdk-cli:2.0.0-SNAPSHOT",
"dependencies": [
"org.slf4j:slf4j-simple:1.7.36",
"io.github.zenwave360.zenwave-sdk.plugins:asyncapi-spring-cloud-streams3:2.0.0-SNAPSHOT",
"io.github.zenwave360.zenwave-sdk.plugins:asyncapi-jsonschema2pojo:2.0.0-SNAPSHOT",
"io.github.zenwave360.zenwave-sdk.plugins:openapi-spring-webtestclient:2.0.0-SNAPSHOT",
"io.github.zenwave360.zenwave-sdk.plugins:backend-application-default:2.0.0-SNAPSHOT",
"io.github.zenwave360.zenwave-sdk.plugins:zdl-to-openapi:2.0.0-SNAPSHOT",
"io.github.zenwave360.zenwave-sdk.plugins:zdl-to-asyncapi:2.0.0-SNAPSHOT",
"io.github.zenwave360.zenwave-sdk.plugins:jdl-to-asyncapi:2.0.0-SNAPSHOT",
"io.github.zenwave360.zenwave-sdk.plugins:zdl-to-markdown:2.0.0-SNAPSHOT",
"io.github.zenwave360.zenwave-sdk.plugins:openapi-controllers:2.0.0-SNAPSHOT"
],
"repositories": [
"mavencentral",
"snapshots\u003dhttps://s01.oss.sonatype.org/content/repositories/snapshots"
],
"main": "io.zenwave360.sdk.Main"
},
"1.0.x": {
"script-ref": "io.github.zenwave360.zenwave-sdk:zenwave-sdk-cli:1.0.7",
"dependencies": [
"org.slf4j:slf4j-simple:1.7.36",
"io.github.zenwave360.zenwave-sdk.plugins:asyncapi-spring-cloud-streams3:1.0.7",
"io.github.zenwave360.zenwave-sdk.plugins:asyncapi-jsonschema2pojo:1.0.7",
"io.github.zenwave360.zenwave-sdk.plugins:openapi-spring-webtestclient:1.0.7",
"io.github.zenwave360.zenwave-sdk.plugins:openapi-rest-assured:1.0.7",
"io.github.zenwave360.zenwave-sdk.plugins:jdl-backend-application-default:1.0.7",
"io.github.zenwave360.zenwave-sdk.plugins:jdl-to-openapi:1.0.7",
"io.github.zenwave360.zenwave-sdk.plugins:jdl-to-asyncapi:1.0.7",
"io.github.zenwave360.zenwave-sdk.plugins:jdl-openapi-controllers:1.0.7"
],
"main": "io.zenwave360.sdk.Main"
}
},
"templates": {}
}