File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import org .mangorage .bootstrap .api .launch .ILaunchTargetEntrypoint ;
2- import org .mangorage .bootstrap .api .transformer .IClassTransformer ;
3- import org .mangorage .mangobotcore .internal .entrypoint .MangoBotEntrypoint ;
4- import org .mangorage .mangobotcore .internal .transformer .ExampleTransformer ;
5-
61module org .mangorage .mangobotcore {
72 requires static org .jetbrains .annotations ;
83 requires org .slf4j ;
6055 opens org .mangorage .mangobotcore .internal .plugin .dependency to com .google .gson ;
6156
6257
63- provides Plugin with MangoBotCore ;
64- provides IClassTransformer with ExampleTransformer ;
65- provides ILaunchTargetEntrypoint with MangoBotEntrypoint ;
58+ provides org . mangorage . mangobotcore . api . plugin . v1 . Plugin with org . mangorage . mangobotcore . api . plugin . MangoBotCore ;
59+ provides org . mangorage . bootstrap . api . transformer . IClassTransformer with org . mangorage . mangobotcore . internal . transformer . ExampleTransformer ;
60+ provides org . mangorage . bootstrap . api . launch . ILaunchTargetEntrypoint with org . mangorage . mangobotcore . internal . entrypoint . MangoBotEntrypoint ;
6661
67- uses Plugin ;
68- uses IPluginInfoGetter ;
69- uses IClassTransformer ;
70- uses ILaunchTargetEntrypoint ;
62+ uses org . mangorage . mangobotcore . api . plugin . v1 . Plugin ;
63+ uses org . mangorage . mangobotcore . api . plugin . v1 . IPluginInfoGetter ;
64+ uses org . mangorage . bootstrap . api . transformer . IClassTransformer ;
65+ uses org . mangorage . bootstrap . api . launch . ILaunchTargetEntrypoint ;
7166}
You can’t perform that action at this time.
0 commit comments