java - Maven dependancy Autoit -


is there dependancy autoit maven related pom.xml. have autoit related .exe close print window. want call webdriver (java) code.

i tried this, did not work:      <dependency>     <groupid>com.holmos</groupid>             <artifactid>holmos-webtest</artifactid>             <version>1.0.2u10</version>     </dependency> 


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -