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