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