File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed
Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 55## AnnotationProcessor
66
77## Projects
8- * [ ScoreJson] ( score-json/README.md )
9- * [ ScoreData] ( score-data/README.md )
108* [ ScoreClient] ( score-client/README.md )
9+ * [ ScoreData] ( score-data/README.md )
10+ * [ ScoreJson] ( score-json/README.md )
1111
1212## License
1313
Original file line number Diff line number Diff line change 1+ [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/foundation.icon/javaee-score-client/badge.svg )] ( https://search.maven.org/search?q=g:foundation.icon%20a:javaee-score-client )
2+
13# ScoreClient
24
35## ScoreInterfaceProcessor
@@ -8,8 +10,8 @@ Add dependency to build.gradle
810dependencies {
911 compileOnly 'foundation.icon:javaee-api:0.9.2'
1012
11- annotationProcessor 'foundation.icon:javaee-score-client:0.9 .0'
12- implementation 'foundation.icon:javaee-score-client:0.9 .0'
13+ annotationProcessor 'foundation.icon:javaee-score-client:0.10 .0'
14+ implementation 'foundation.icon:javaee-score-client:0.10 .0'
1315}
1416````
1517
@@ -68,8 +70,8 @@ Add dependency to build.gradle
6870dependencies {
6971 compileOnly 'foundation.icon:javaee-api:0.9.2'
7072
71- annotationProcessor 'foundation.icon:javaee-score-client:0.9 .0'
72- implementation 'foundation.icon:javaee-score-client:0.9 .0'
73+ annotationProcessor 'foundation.icon:javaee-score-client:0.10 .0'
74+ implementation 'foundation.icon:javaee-score-client:0.10 .0'
7375}
7476````
7577
@@ -136,9 +138,9 @@ public class Application {
136138dependencies {
137139 ...
138140
139- testAnnotationProcessor 'foundation.icon:javaee-score-client:0.9 .0'
140- testImplementation 'foundation.icon:javaee-score-client:0.9 .0'
141- testCompileOnly 'foundation.icon:javaee-api:0.9.1 '
141+ testAnnotationProcessor 'foundation.icon:javaee-score-client:0.10 .0'
142+ testImplementation 'foundation.icon:javaee-score-client:0.10 .0'
143+ testCompileOnly 'foundation.icon:javaee-api:0.9.2 '
142144}
143145````
144146
You can’t perform that action at this time.
0 commit comments