Hi all,
I'm trying to use the medusa gauges.

I have added those lines to my pom.xml

<dependency> <groupId>eu.hansolo</groupId> <artifactId>Medusa</artifactId> 
<version>16.0.0</version> </dependency>



and this to my module-info.java

requires eu.hansolo.medusa;

I can compile use mvn clean install but I cannot run my main file from intellij.
I get this error:

java: module not found: eu.hansolo.medusa

Any idea?

Thanks
Davide

Reply via email to