f

framework-exception

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