GroupId | GroupIdcom.github.wenhao |
---|---|
ArtifactId | ArtifactIdjpa-spec |
Version | Version3.2.2 |
Type | Typejar |
Filename | Size |
---|---|
jpa-spec-3.2.2.pom | |
jpa-spec-3.2.2.jar | 18 KB |
jpa-spec-3.2.2-sources.jar | 9 KB |
jpa-spec-3.2.2-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wenhao/jpa-spec/ -->
<dependency>
<groupId>com.github.wenhao</groupId>
<artifactId>jpa-spec</artifactId>
<version>3.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wenhao/jpa-spec/
implementation 'com.github.wenhao:jpa-spec:3.2.2'
// https://jarcasting.com/artifacts/com.github.wenhao/jpa-spec/
implementation ("com.github.wenhao:jpa-spec:3.2.2")
'com.github.wenhao:jpa-spec:jar:3.2.2'
<dependency org="com.github.wenhao" name="jpa-spec" rev="3.2.2">
<artifact name="jpa-spec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wenhao', module='jpa-spec', version='3.2.2')
)
libraryDependencies += "com.github.wenhao" % "jpa-spec" % "3.2.2"
[com.github.wenhao/jpa-spec "3.2.2"]