GroupId | GroupIdcom.github.bld-commons |
---|---|
ArtifactId | ArtifactIdcommon-jpa-service |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
common-jpa-service-1.0.2.pom | |
common-jpa-service-1.0.2.jar | 51 KB |
common-jpa-service-1.0.2-sources.jar | 31 KB |
common-jpa-service-1.0.2-javadoc.jar | 650 KB |
Browse |
<!-- 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bld-commons/common-jpa-service/
implementation 'com.github.bld-commons:common-jpa-service:1.0.2'
// https://jarcasting.com/artifacts/com.github.bld-commons/common-jpa-service/
implementation ("com.github.bld-commons:common-jpa-service:1.0.2")
'com.github.bld-commons:common-jpa-service:jar:1.0.2'
<dependency org="com.github.bld-commons" name="common-jpa-service" rev="1.0.2">
<artifact name="common-jpa-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bld-commons', module='common-jpa-service', version='1.0.2')
)
libraryDependencies += "com.github.bld-commons" % "common-jpa-service" % "1.0.2"
[com.github.bld-commons/common-jpa-service "1.0.2"]