GroupId | GroupIdcom.jslsolucoes |
---|---|
ArtifactId | ArtifactIdjpa-ee |
Version | Version1.0.13 |
Type | Typejar |
Filename | Size |
---|---|
jpa-ee-1.0.13.pom | |
jpa-ee-1.0.13.jar | 12 KB |
jpa-ee-1.0.13-sources.jar | 8 KB |
jpa-ee-1.0.13-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jslsolucoes/jpa-ee/ -->
<dependency>
<groupId>com.jslsolucoes</groupId>
<artifactId>jpa-ee</artifactId>
<version>1.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.jslsolucoes/jpa-ee/
implementation 'com.jslsolucoes:jpa-ee:1.0.13'
// https://jarcasting.com/artifacts/com.jslsolucoes/jpa-ee/
implementation ("com.jslsolucoes:jpa-ee:1.0.13")
'com.jslsolucoes:jpa-ee:jar:1.0.13'
<dependency org="com.jslsolucoes" name="jpa-ee" rev="1.0.13">
<artifact name="jpa-ee" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jslsolucoes', module='jpa-ee', version='1.0.13')
)
libraryDependencies += "com.jslsolucoes" % "jpa-ee" % "1.0.13"
[com.jslsolucoes/jpa-ee "1.0.13"]