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