GroupId | GroupIdio.github.pablobastidasv |
---|---|
ArtifactId | ArtifactIdexceptions |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
exceptions-2.0.0.pom | |
exceptions-2.0.0.jar | 8 KB |
exceptions-2.0.0-sources.jar | 7 KB |
exceptions-2.0.0-javadoc.jar | 410 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.pablobastidasv/exceptions/ -->
<dependency>
<groupId>io.github.pablobastidasv</groupId>
<artifactId>exceptions</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pablobastidasv/exceptions/
implementation 'io.github.pablobastidasv:exceptions:2.0.0'
// https://jarcasting.com/artifacts/io.github.pablobastidasv/exceptions/
implementation ("io.github.pablobastidasv:exceptions:2.0.0")
'io.github.pablobastidasv:exceptions:jar:2.0.0'
<dependency org="io.github.pablobastidasv" name="exceptions" rev="2.0.0">
<artifact name="exceptions" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pablobastidasv', module='exceptions', version='2.0.0')
)
libraryDependencies += "io.github.pablobastidasv" % "exceptions" % "2.0.0"
[io.github.pablobastidasv/exceptions "2.0.0"]