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