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