GroupId | GroupIdcom.naharoo.commons |
---|---|
ArtifactId | ArtifactIdms-toolkit-exceptions |
Version | Version0.5.0 |
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.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.naharoo.commons/ms-toolkit-exceptions/
implementation 'com.naharoo.commons:ms-toolkit-exceptions:0.5.0'
// https://jarcasting.com/artifacts/com.naharoo.commons/ms-toolkit-exceptions/
implementation ("com.naharoo.commons:ms-toolkit-exceptions:0.5.0")
'com.naharoo.commons:ms-toolkit-exceptions:jar:0.5.0'
<dependency org="com.naharoo.commons" name="ms-toolkit-exceptions" rev="0.5.0">
<artifact name="ms-toolkit-exceptions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.naharoo.commons', module='ms-toolkit-exceptions', version='0.5.0')
)
libraryDependencies += "com.naharoo.commons" % "ms-toolkit-exceptions" % "0.5.0"
[com.naharoo.commons/ms-toolkit-exceptions "0.5.0"]