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

Popular posts from this blog

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

Android Gson.fromJson error -