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