не последняя версия
Последняя версия 2.2.20-YEARS

org.patterntesting:patterntesting-exception 1.5.1

PatternTesting Exception (patterntesting-exception) is a framework round about exceptions. It wraps some common exception (like IOException) to provide some more information as the original exception (e.g. the filename with the absolute pathname). On the other it allows you to provoke exceptions for better testing.

Группа

Группа

org.patterntesting
Идентификатор

Идентификатор

patterntesting-exception
Версия

Версия

1.5.1
Тип

Тип

jar

Скачать patterntesting-exception 1.5.1


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