I have added the dependency below to my pom.xml but Eclipse (Oxygen) keeps giving the following error Missing artifact javaxt:javaxt-core:jar:1.7.8. Is there a way around this?
<!-- https://mvnrepository.com/artifact/javaxt/javaxt-core -->
<dependency>
<groupId>javaxt</groupId>
<artifactId>javaxt-core</artifactId>
<version>1.7.8</version>
</dependency>
I recently added Maven support to the JavaXT website. Please use the following "repository" in your pox.xml:
<repositories>
<repository>
<id>javaxt.com</id>
<url>http://www.javaxt.com/maven</url>
</repository>
</repositories>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With