File tree 2 files changed +7
-25
lines changed
2 files changed +7
-25
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "description" : " A Kotlin Multi-Platform ecosystem for symbolic AI" ,
2
+ "description" : " Kotlin Multi-Platform ecosystem for symbolic AI" ,
3
3
"properties" : [
4
- {
5
- "name" : " v" ,
6
- "value" : " 0.31.9"
7
- },
8
- {
9
- "name" : " v-renovate-hint" ,
10
- "value" : " update: package=it.unibo.tuprolog:full"
11
- }
4
+ { "name" : " v" , "value" : " 0.31.9" },
5
+ { "name" : " v-renovate-hint" , "value" : " update: package=it.unibo.tuprolog:full" }
12
6
],
13
7
"link" : " https://github.com/gciatto/kt-math" ,
14
- "repositories" : [
15
- " https://repo1.maven.org/maven2"
16
- ],
17
8
"dependencies" : [
18
9
" it.unibo.tuprolog:solve-classic-jvm:$v" ,
19
10
" it.unibo.tuprolog:parser-theory-jvm:$v" ,
27
18
" it.unibo.tuprolog.core.parsing.*" ,
28
19
" it.unibo.tuprolog.theory.parsing.*"
29
20
]
30
- }
21
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"description" : " Kotlin multi-platform port of java.math.*" ,
3
3
"properties" : [
4
- {
5
- "name" : " v" ,
6
- "value" : " 0.9.0"
7
- },
8
- {
9
- "name" : " v-renovate-hint" ,
10
- "value" : " update: package=io.github.gciatto:kt-math"
11
- }
4
+ { "name" : " v" , "value" : " 0.9.0" },
5
+ { "name" : " v-renovate-hint" , "value" : " update: package=io.github.gciatto:kt-math" }
12
6
],
13
7
"link" : " https://github.com/gciatto/kt-math" ,
14
- "repositories" : [
15
- " https://repo1.maven.org/maven2"
16
- ],
17
8
"dependencies" : [
18
9
" io.github.gciatto:kt-math-jvm:$v"
19
10
],
20
11
"imports" : [
21
12
" org.gciatto.kt.math.*"
22
13
]
23
- }
14
+ }
You can’t perform that action at this time.
0 commit comments