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