GroupId | GroupIdcom.github.crabs-hue.commons |
---|---|
ArtifactId | ArtifactIdcommons-exceptions |
Version | Version0.8.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-exceptions-0.8.0.pom | |
commons-exceptions-0.8.0.jar | 10 KB |
commons-exceptions-0.8.0-sources.jar | 8 KB |
commons-exceptions-0.8.0-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-exceptions/ -->
<dependency>
<groupId>com.github.crabs-hue.commons</groupId>
<artifactId>commons-exceptions</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-exceptions/
implementation 'com.github.crabs-hue.commons:commons-exceptions:0.8.0'
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-exceptions/
implementation ("com.github.crabs-hue.commons:commons-exceptions:0.8.0")
'com.github.crabs-hue.commons:commons-exceptions:jar:0.8.0'
<dependency org="com.github.crabs-hue.commons" name="commons-exceptions" rev="0.8.0">
<artifact name="commons-exceptions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crabs-hue.commons', module='commons-exceptions', version='0.8.0')
)
libraryDependencies += "com.github.crabs-hue.commons" % "commons-exceptions" % "0.8.0"
[com.github.crabs-hue.commons/commons-exceptions "0.8.0"]