|
You are here |
mariocarrion.com | ||
| | | | |
devopsian.net
|
|
| | | | | 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
|
|
| | | | | I build things and drink coffee. | |
| | | | |
dev.ribic.ba
|
|
| | | | | How to get automatic API documentation in Go with SwaggerUI | |
| | | | |
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. | ||