GroupId | GroupIdorg.openbaton |
---|---|
ArtifactId | ArtifactIdexception |
Version | Version2.2.0 |
Type | Typejar |
Filename | Size |
---|---|
exception-2.2.0.pom | |
exception-2.2.0.jar | 10 KB |
exception-2.2.0-sources.jar | 11 KB |
exception-2.2.0-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openbaton/exception/ -->
<dependency>
<groupId>org.openbaton</groupId>
<artifactId>exception</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openbaton/exception/
implementation 'org.openbaton:exception:2.2.0'
// https://jarcasting.com/artifacts/org.openbaton/exception/
implementation ("org.openbaton:exception:2.2.0")
'org.openbaton:exception:jar:2.2.0'
<dependency org="org.openbaton" name="exception" rev="2.2.0">
<artifact name="exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openbaton', module='exception', version='2.2.0')
)
libraryDependencies += "org.openbaton" % "exception" % "2.2.0"
[org.openbaton/exception "2.2.0"]