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