is not current version
Last Version 1.3

org.slieb:html-exception-formatter 1.1

a Java library to format exceptions to pretty html

Categories

Categories

ORM Data
GroupId

GroupId

org.slieb
ArtifactId

ArtifactId

html-exception-formatter
Version

Version

1.1
Type

Type

jar

Download html-exception-formatter 1.1


<!-- https://jarcasting.com/artifacts/org.slieb/html-exception-formatter/ -->
<dependency>
    <groupId>org.slieb</groupId>
    <artifactId>html-exception-formatter</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.slieb/html-exception-formatter/
implementation 'org.slieb:html-exception-formatter:1.1'
// https://jarcasting.com/artifacts/org.slieb/html-exception-formatter/
implementation ("org.slieb:html-exception-formatter:1.1")
'org.slieb:html-exception-formatter:jar:1.1'
<dependency org="org.slieb" name="html-exception-formatter" rev="1.1">
  <artifact name="html-exception-formatter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.slieb', module='html-exception-formatter', version='1.1')
)
libraryDependencies += "org.slieb" % "html-exception-formatter" % "1.1"
[org.slieb/html-exception-formatter "1.1"]