문제

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>
도움이 되었습니까?

해결책 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

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top