c

crux-super-errorhandler

Error handler for rebind problems on Crux
Files download
File Operation
crux-super-errorhandler-1.0.0.jar download
crux-super-errorhandler-1.0.0.pom download
crux-super-errorhandler-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.cruxframework.plugin</groupId>
  <artifactId>crux-super-errorhandler</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.cruxframework.plugin:crux-super-errorhandler:1.0.0'
Gradle Kotlin
implementation("org.cruxframework.plugin:crux-super-errorhandler:1.0.0")
Scala SBT
libraryDependencies += "org.cruxframework.plugin" % "crux-super-errorhandler" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.cruxframework.plugin', module='crux-super-errorhandler', version='1.0.0')
)
Apache Ivy
<dependency org="org.cruxframework.plugin" name="crux-super-errorhandler" rev="1.0.0" />
Leiningen
[org.cruxframework.plugin/crux-super-errorhandler "1.0.0"]
Apache Buildr
'org.cruxframework.plugin:crux-super-errorhandler:jar:1.0.0'