i

ibexceptions

Infrastructurebilder exceptions
${github.url.base}/${project.artifactId}
文件下载
文件名 操作
ibexceptions-18.jar 下载
ibexceptions-18.pom 下载
ibexceptions-18-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.infrastructurebuilder</groupId>
  <artifactId>ibexceptions</artifactId>
  <version>18</version>
</dependency>
Gradle Groovy
implementation 'org.infrastructurebuilder:ibexceptions:18'
Gradle Kotlin
implementation("org.infrastructurebuilder:ibexceptions:18")
Scala SBT
libraryDependencies += "org.infrastructurebuilder" % "ibexceptions" % "18"
Groovy Grape
@Grapes(
  @Grab(group='org.infrastructurebuilder', module='ibexceptions', version='18')
)
Apache Ivy
<dependency org="org.infrastructurebuilder" name="ibexceptions" rev="18" />
Leiningen
[org.infrastructurebuilder/ibexceptions "18"]
Apache Buildr
'org.infrastructurebuilder:ibexceptions:jar:18'