Explore >> Select a destination


You are here

arturdryomov.dev
| | blog.blundellapps.co.uk
12.0 parsecs away

Travel
| | This post shows you how to wrap a 3rd party Gradle plugin in your own plugin, so that you can interactive with it programmatically.
| | jakewharton.com
13.3 parsecs away

Travel
| |
| | renato.athaydes.com
14.6 parsecs away

Travel
| |
| | danielcompton.net
102.4 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.