Explore >> Select a destination


You are here

publicobject.com
| | gavinhoward.com
12.8 parsecs away

Travel
| | This is the versioning scheme for Yzena software, especially for the Yc monorepo.
| | semver.org
8.5 parsecs away

Travel
| | Semantic Versioning spec and website
| | danielcompton.net
13.7 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.
| | tannerdolby.com
41.8 parsecs away

Travel
| To begin contributing to open-source software, you might want to become familiar with Git. Understanding the workflow of creating your own local copy of a repository and keeping it up to date with the upstream repository is integral to start contributing in public projects.