Explore >> Select a destination


You are here

hipenguin.in
| | www.thinkcode.se
4.8 parsecs away

Travel
| |
| | automationpanda.com
4.4 parsecs away

Travel
| | This is the Automation Panda's concise yet comprehensive guide to Cucumber-JVM for Java, covering all major aspects of the framework. Example projects are included.
| | applitools.com
5.8 parsecs away

Travel
| | The Playwright open source automation framework has released a Java API! See how to get started and we'll compare Playwright vs Selenium.
| | danielcompton.net
19.9 parsecs away

Travel
| One of Maven's dependency management features is the classifier. Classifiers let you create multiple different artifacts from the same POM. You might use this to publish variations with native libraries for each OS, or to support different Java versions. This is also how sources and javadoc artifacts are created. In Maven you can specify a dependency on a version with like this: io.netty netty-transport-native-epoll 4.1.74 linux-x86_64 To specify this dependency with Clojure's deps.