GroupId | GroupIdtop.openyuan |
---|---|
ArtifactId | ArtifactIdjpa-plus |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
jpa-plus-1.0.2.pom | |
jpa-plus-1.0.2-sources.jar | 99 KB |
jpa-plus-1.0.2-javadoc.jar | 733 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.openyuan/jpa-plus/ -->
<dependency>
<groupId>top.openyuan</groupId>
<artifactId>jpa-plus</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/top.openyuan/jpa-plus/
implementation 'top.openyuan:jpa-plus:1.0.2'
// https://jarcasting.com/artifacts/top.openyuan/jpa-plus/
implementation ("top.openyuan:jpa-plus:1.0.2")
'top.openyuan:jpa-plus:jar:1.0.2'
<dependency org="top.openyuan" name="jpa-plus" rev="1.0.2">
<artifact name="jpa-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.openyuan', module='jpa-plus', version='1.0.2')
)
libraryDependencies += "top.openyuan" % "jpa-plus" % "1.0.2"
[top.openyuan/jpa-plus "1.0.2"]