|
You are here |
publicobject.com | ||
| | | | |
gavinhoward.com
|
|
| | | | | This is the versioning scheme for Yzena software, especially for the Yc monorepo. | |
| | | | |
semver.org
|
|
| | | | | Semantic Versioning spec and website | |
| | | | |
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. | |
| | | | |
tannerdolby.com
|
|
| | | 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. | ||