how to add waffle 1.4 dependency in Maven? -
i trying add dependency in existing maven project (maven version 3) waffle 1.4 jars. can please me if have done before?
found dependency xml waffle version 1.3 not locate 1.4.
<dependency> <groupid>org.codehaus.waffle</groupid> <artifactid>waffle-testing</artifactid> <version>1.3</version> </dependency>
the release 1.4 couldn't found cause it's not released. furthermore can read on website of project. or can check via maven central.
Comments
Post a Comment