We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1cd58 commit 41ab104Copy full SHA for 41ab104
kaliningraph.json
@@ -1,8 +1,12 @@
1
{
2
"link": "https://github.com/breandan/kaliningraph",
3
"description": "Graph library with a DSL for constructing graphs and visualizing the behavior of graph algorithms",
4
+ "properties": [
5
+ { "name": "v", "value": "0.1.4" },
6
+ { "name": "v-renovate-hint", "value": "update: package=com.github.breandan:kaliningraph" }
7
+ ],
8
"dependencies": [
- "com.github.breandan:kaliningraph:0.1.4"
9
+ "com.github.breandan:kaliningraph:$v"
10
],
11
"imports": [
12
"edu.mcgill.kaliningraph.*",
0 commit comments