public interface JkDependency
org.hibernate:hibernate-core:3.0.+
Modifier and Type | Method and Description |
---|---|
java.nio.file.Path |
getIdeProjectDir()
In the IDE, a dependency can be provided by a project exporting it.
|
JkDependency |
withIdeProjectDir(java.nio.file.Path path)
Returns a dependency identical to this one but with the specified project base dir.
|
java.nio.file.Path getIdeProjectDir()
null
when the dependencies is not coming from another project.JkDependency withIdeProjectDir(java.nio.file.Path path)
getIdeProjectDir()