GroupId | GroupIdcom.naharoo.commons |
---|---|
ArtifactId | ArtifactIdms-toolkit-exceptions |
Version | Version0.7.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.naharoo.commons/ms-toolkit-exceptions/ -->
<dependency>
<groupId>com.naharoo.commons</groupId>
<artifactId>ms-toolkit-exceptions</artifactId>
<version>0.7.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.naharoo.commons/ms-toolkit-exceptions/
implementation 'com.naharoo.commons:ms-toolkit-exceptions:0.7.8'
// https://jarcasting.com/artifacts/com.naharoo.commons/ms-toolkit-exceptions/
implementation ("com.naharoo.commons:ms-toolkit-exceptions:0.7.8")
'com.naharoo.commons:ms-toolkit-exceptions:jar:0.7.8'
<dependency org="com.naharoo.commons" name="ms-toolkit-exceptions" rev="0.7.8">
<artifact name="ms-toolkit-exceptions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.naharoo.commons', module='ms-toolkit-exceptions', version='0.7.8')
)
libraryDependencies += "com.naharoo.commons" % "ms-toolkit-exceptions" % "0.7.8"
[com.naharoo.commons/ms-toolkit-exceptions "0.7.8"]