 
      
    | You are here | arturdryomov.dev | ||
| | | | | blog.blundellapps.co.uk | |
| | | | | 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 | |
| | | | | ||
| | | | | renato.athaydes.com | |
| | | | | ||
| | | | | danielcompton.net | |
| | | 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. | ||