GroupId | GroupIdcom.github.yaoguoh |
---|---|
ArtifactId | ArtifactIdcommon-jpa |
Version | Version2.3.7.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
common-jpa-2.3.7.RELEASE.pom | |
common-jpa-2.3.7.RELEASE.jar | 12 KB |
common-jpa-2.3.7.RELEASE-sources.jar | 9 KB |
common-jpa-2.3.7.RELEASE-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yaoguoh/common-jpa/ -->
<dependency>
<groupId>com.github.yaoguoh</groupId>
<artifactId>common-jpa</artifactId>
<version>2.3.7.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yaoguoh/common-jpa/
implementation 'com.github.yaoguoh:common-jpa:2.3.7.RELEASE'
// https://jarcasting.com/artifacts/com.github.yaoguoh/common-jpa/
implementation ("com.github.yaoguoh:common-jpa:2.3.7.RELEASE")
'com.github.yaoguoh:common-jpa:jar:2.3.7.RELEASE'
<dependency org="com.github.yaoguoh" name="common-jpa" rev="2.3.7.RELEASE">
<artifact name="common-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yaoguoh', module='common-jpa', version='2.3.7.RELEASE')
)
libraryDependencies += "com.github.yaoguoh" % "common-jpa" % "2.3.7.RELEASE"
[com.github.yaoguoh/common-jpa "2.3.7.RELEASE"]