Explore >> Select a destination


You are here

mariocarrion.com
| | devopsian.net
2.4 parsecs away

Travel
| | Discover the value of API-First design for side projects. Learn how this approach can streamline development, improve consistency, and accelerate your workflow through practical examples and code generation.
| | danielms.site
3.6 parsecs away

Travel
| | I build things and drink coffee.
| | dev.ribic.ba
2.4 parsecs away

Travel
| | How to get automatic API documentation in Go with SwaggerUI
| | danielcompton.net
26.8 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.