File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed
http-client-gson-adapter/src/main/java
http-generator-helidon/src/main/java
http-generator-nima/src/main/java Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ module io .avaje .http .client .gson {
2+
3+ exports io .avaje .http .client .gson ;
4+
5+ requires io .avaje .http .client ;
6+ requires com .google .gson ;
7+ }
Original file line number Diff line number Diff line change 1+ module io .avaje .http .helidon .generator {
2+
3+ provides javax .annotation .processing .Processor with io .avaje .http .generator .helidon .HelidonProcessor ;
4+
5+ requires transitive io .avaje .http .generator .core ;
6+ requires java .compiler ;
7+ }
Original file line number Diff line number Diff line change 1+ module io .avaje .http .nima .generator {
2+
3+ provides javax .annotation .processing .Processor with io .avaje .http .generator .helidon .nima .NimaProcessor ;
4+
5+ requires transitive io .avaje .http .generator .core ;
6+ requires java .compiler ;
7+ }
You can’t perform that action at this time.
0 commit comments