Question

I was trying to add dependency in my existing maven project (maven version 3) for Waffle 1.4 jars. Can someone please help me if you have already done this before?

Found this dependency XML for Waffle version 1.3 but could not locate for 1.4.

 <dependency>
  <groupId>org.codehaus.waffle</groupId>
  <artifactId>waffle-testing</artifactId>
  <version>1.3</version>
 </dependency>
Was it helpful?

Solution 2

With the Waffle 1.6 release, it is available in Maven central

https://search.maven.org/#search|ga|1|g%3A%22com.github.dblock.waffle%22

OTHER TIPS

The release 1.4 couldn't be found cause it's not released. Furthermore this can be read on the website of the project. Or you can check that via Maven Central.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top