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