is not current version
Last Version 1.3

org.slieb:html-exception-formatter 1.0

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.0
Type

Type

jar

Download html-exception-formatter 1.0


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