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