pragma solidity >0.4.15; import "./Dependency.sol"; import "./path/to/AnotherDep.sol"; import "../../../path/to/AnotherDep.sol"; import "ethpmpackage/Contract.sol"; contract MyContract { } library SomeLibrary { } interface SomeInterface { }