<dependency>
<groupId>org.infrastructurebuilder.pathref</groupId>
<artifactId>ibcore-pathref-properties-base</artifactId>
<version>0.30.0</version>
</dependency>
implementation 'org.infrastructurebuilder.pathref:ibcore-pathref-properties-base:0.30.0'
implementation("org.infrastructurebuilder.pathref:ibcore-pathref-properties-base:0.30.0")
libraryDependencies += "org.infrastructurebuilder.pathref" % "ibcore-pathref-properties-base" % "0.30.0"
@Grapes(
@Grab(group='org.infrastructurebuilder.pathref', module='ibcore-pathref-properties-base', version='0.30.0')
)
<dependency org="org.infrastructurebuilder.pathref" name="ibcore-pathref-properties-base" rev="0.30.0" />