|
|
|
|
|
by vvanpo
846 days ago
|
|
> I don't think Go or Java do. Go's module system was specifically designed with this problem in mind: https://go.dev/blog/versioning-proposal I think Java projects get around this when they have to with shading, but that's a bit clunky. |
|