f

framework-exception

framework-exception
https://github.com/fartherp/framework
文件下载
文件名 操作
framework-exception-1.0.7.jar 下载
framework-exception-1.0.7.pom 下载
framework-exception-1.0.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.fartherp</groupId>
  <artifactId>framework-exception</artifactId>
  <version>1.0.7</version>
</dependency>
Gradle Groovy
implementation 'com.github.fartherp:framework-exception:1.0.7'
Gradle Kotlin
implementation("com.github.fartherp:framework-exception:1.0.7")
Scala SBT
libraryDependencies += "com.github.fartherp" % "framework-exception" % "1.0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fartherp', module='framework-exception', version='1.0.7')
)
Apache Ivy
<dependency org="com.github.fartherp" name="framework-exception" rev="1.0.7" />
Leiningen
[com.github.fartherp/framework-exception "1.0.7"]
Apache Buildr
'com.github.fartherp:framework-exception:jar:1.0.7'