File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 2
2
"link" : " https://github.com/nidi3/graphviz-java" ,
3
3
"description" : " Graphviz wrapper for JVM" ,
4
4
"dependencies" : [
5
- " guru.nidi:graphviz-kotlin:0.18.1"
5
+ " guru.nidi:graphviz-kotlin:$v" ,
6
+ " guru.nidi:graphviz-java-all-j2v8:$v" ,
7
+ " org.graalvm.js:js:21.3.12"
8
+ ],
9
+ "properties" : [
10
+ { "name" : " v" , "value" : " 0.18.1" },
11
+ { "name" : " v-renovate-hint" , "value" : " update: package=guru.nidi:graphviz-kotlin" }
6
12
],
7
13
"imports" : [
8
14
" guru.nidi.graphviz.*" ,
11
17
" guru.nidi.graphviz.attribute.*"
12
18
],
13
19
"renderers" : {
14
- "guru.nidi.graphviz.model.MutableGraph" : " HTML( $it.toGraphviz().render(guru.nidi.graphviz.engine.Format.SVG).toString())" ,
15
- "guru.nidi.graphviz.engine.Graphviz" : " HTML( $it.render(guru.nidi.graphviz.engine.Format.SVG).toString())"
20
+ "guru.nidi.graphviz.model.MutableGraph" : " MIME( \" image/svg+xml \" to ` $it` .toGraphviz().render(guru.nidi.graphviz.engine.Format.SVG).toString())" ,
21
+ "guru.nidi.graphviz.engine.Graphviz" : " MIME( \" image/svg+xml \" to ` $it` .render(guru.nidi.graphviz.engine.Format.SVG).toString())"
16
22
}
17
23
}
You can’t perform that action at this time.
0 commit comments