GroupId | GroupIdorg.openbaton |
---|---|
ArtifactId | ArtifactIdexception |
Version | Version5.0.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
exception-5.0.0-RC1.pom | |
exception-5.0.0-RC1.jar | 12 KB |
exception-5.0.0-RC1-sources.jar | 15 KB |
exception-5.0.0-RC1-javadoc.jar | 73 KB |
Browse |
<!-- 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"]