bitstormFA / jlatexmathfx

A Javafx Control to render LaTeX math formula
GNU General Public License v2.0
28 stars 10 forks source link

Cannot implement the project via gradle #8

Open chris576 opened 2 years ago

chris576 commented 2 years ago

Have tried to add a dependency via gradle to my kotlin project.

dependency { compile group: 'com.proudapes', name: 'jlatexmathfx', version: '0.3.3' }

Says that compile does not exist.

dependency { implementation('com.proudapes.jlatexmathfx:0.3.3') }

Error message: Could not find com.proudapes:jlatexmathfx:0.3.3.