GroupId | GroupIdcom.github.bld-commons |
---|---|
ArtifactId | ArtifactIdcommon-jpa-service |
Version | Version1.0.4-jr8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.bld-commons/common-jpa-service/ -->
<dependency>
<groupId>com.github.bld-commons</groupId>
<artifactId>common-jpa-service</artifactId>
<version>1.0.4-jr8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bld-commons/common-jpa-service/
implementation 'com.github.bld-commons:common-jpa-service:1.0.4-jr8'
// https://jarcasting.com/artifacts/com.github.bld-commons/common-jpa-service/
implementation ("com.github.bld-commons:common-jpa-service:1.0.4-jr8")
'com.github.bld-commons:common-jpa-service:jar:1.0.4-jr8'
<dependency org="com.github.bld-commons" name="common-jpa-service" rev="1.0.4-jr8">
<artifact name="common-jpa-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bld-commons', module='common-jpa-service', version='1.0.4-jr8')
)
libraryDependencies += "com.github.bld-commons" % "common-jpa-service" % "1.0.4-jr8"
[com.github.bld-commons/common-jpa-service "1.0.4-jr8"]