i

ibcore-pathref-impls

Components that build out relative roots
${github.url.base}/${project.artifactId}
文件下载
文件名 操作
ibcore-pathref-impls-0.30.0.pom 下载
Apache Maven
<dependency>
  <groupId>org.infrastructurebuilder.pathref</groupId>
  <artifactId>ibcore-pathref-impls</artifactId>
  <version>0.30.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.infrastructurebuilder.pathref:ibcore-pathref-impls:0.30.0'
Gradle Kotlin
implementation("org.infrastructurebuilder.pathref:ibcore-pathref-impls:0.30.0")
Scala SBT
libraryDependencies += "org.infrastructurebuilder.pathref" % "ibcore-pathref-impls" % "0.30.0"
Groovy Grape
@Grapes(
  @Grab(group='org.infrastructurebuilder.pathref', module='ibcore-pathref-impls', version='0.30.0')
)
Apache Ivy
<dependency org="org.infrastructurebuilder.pathref" name="ibcore-pathref-impls" rev="0.30.0" />
Leiningen
[org.infrastructurebuilder.pathref/ibcore-pathref-impls "0.30.0"]
Apache Buildr
'org.infrastructurebuilder.pathref:ibcore-pathref-impls:jar:0.30.0'