GroupId | GroupIdorg.debux.webmotion |
---|---|
ArtifactId | ArtifactIdwebmotion-extra-jpa |
Version | Version2.4 |
Type | Typejar |
Filename | Size |
---|---|
webmotion-extra-jpa-2.4.pom | |
webmotion-extra-jpa-2.4.jar | 19 KB |
webmotion-extra-jpa-2.4-sources.jar | 12 KB |
webmotion-extra-jpa-2.4-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.debux.webmotion/webmotion-extra-jpa/ -->
<dependency>
<groupId>org.debux.webmotion</groupId>
<artifactId>webmotion-extra-jpa</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.debux.webmotion/webmotion-extra-jpa/
implementation 'org.debux.webmotion:webmotion-extra-jpa:2.4'
// https://jarcasting.com/artifacts/org.debux.webmotion/webmotion-extra-jpa/
implementation ("org.debux.webmotion:webmotion-extra-jpa:2.4")
'org.debux.webmotion:webmotion-extra-jpa:jar:2.4'
<dependency org="org.debux.webmotion" name="webmotion-extra-jpa" rev="2.4">
<artifact name="webmotion-extra-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.debux.webmotion', module='webmotion-extra-jpa', version='2.4')
)
libraryDependencies += "org.debux.webmotion" % "webmotion-extra-jpa" % "2.4"
[org.debux.webmotion/webmotion-extra-jpa "2.4"]