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