Categories |
CategoriesData |
---|---|
GroupId | GroupIdro.fortsoft |
ArtifactId | ArtifactIdgeneric-data-service |
Version | Version1.6.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ro.fortsoft/generic-data-service/ -->
<dependency>
<groupId>ro.fortsoft</groupId>
<artifactId>generic-data-service</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/ro.fortsoft/generic-data-service/
implementation 'ro.fortsoft:generic-data-service:1.6.0'
// https://jarcasting.com/artifacts/ro.fortsoft/generic-data-service/
implementation ("ro.fortsoft:generic-data-service:1.6.0")
'ro.fortsoft:generic-data-service:jar:1.6.0'
<dependency org="ro.fortsoft" name="generic-data-service" rev="1.6.0">
<artifact name="generic-data-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='ro.fortsoft', module='generic-data-service', version='1.6.0')
)
libraryDependencies += "ro.fortsoft" % "generic-data-service" % "1.6.0"
[ro.fortsoft/generic-data-service "1.6.0"]