thebaselab / codeapp

Building a full-fledged code editor for iPad
https://code.thebaselab.com
MIT License
2.9k stars 195 forks source link

External libraries (Maven) in Java #219

Closed dan1109 closed 3 months ago

dan1109 commented 3 years ago

how do you add a maven library in a java project? For example org.telegram.telegrambots. I have already the pom.xml

bummoblizard commented 3 years ago

Local OpenJDK needs to be implemented first. #101

Meanwhile, you can code telegram bots using Python or Node.js.

bummoblizard commented 8 months ago

Local OpenJDK added in https://github.com/thebaselab/codeapp/commit/39155744844ad472f0b79c714230a8691a7832bb.