is not current version
Last Version 6.0.0

org.openbaton:exception 5.0.0-RC1

Openbaton libraries for almost everything

GroupId

GroupId

org.openbaton
ArtifactId

ArtifactId

exception
Version

Version

5.0.0-RC1
Type

Type

jar

Download exception 5.0.0-RC1


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