Y
Hacker News
new
|
ask
|
show
|
jobs
by
sc00ty
1908 days ago
How do you handle transitive dependencies?
1 comments
mooreds
1908 days ago
When you are importing a jar file (this is a java build tool) you have to specify the provenance of every dependency, and any dependency of those dependencies.
It's a real pain, but the pain is all upfront.
link
It's a real pain, but the pain is all upfront.