f

framework-exception

framework-exception
https://github.com/fartherp/framework
Files download
File Operation
framework-exception-3.0.6.jar download
framework-exception-3.0.6.pom download
framework-exception-3.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fartherp</groupId>
  <artifactId>framework-exception</artifactId>
  <version>3.0.6</version>
</dependency>
Gradle Groovy
implementation 'com.github.fartherp:framework-exception:3.0.6'
Gradle Kotlin
implementation("com.github.fartherp:framework-exception:3.0.6")
Scala SBT
libraryDependencies += "com.github.fartherp" % "framework-exception" % "3.0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fartherp', module='framework-exception', version='3.0.6')
)
Apache Ivy
<dependency org="com.github.fartherp" name="framework-exception" rev="3.0.6" />
Leiningen
[com.github.fartherp/framework-exception "3.0.6"]
Apache Buildr
'com.github.fartherp:framework-exception:jar:3.0.6'