GroupId | GroupIdcom.jslsolucoes |
---|---|
ArtifactId | ArtifactIdjpa-ee |
Version | Version1.0.12 |
Type | Typejar |
Filename | Size |
---|---|
jpa-ee-1.0.12.pom | |
jpa-ee-1.0.12.jar | 12 KB |
jpa-ee-1.0.12-sources.jar | 8 KB |
jpa-ee-1.0.12-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.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.jslsolucoes/jpa-ee/
implementation 'com.jslsolucoes:jpa-ee:1.0.12'
// https://jarcasting.com/artifacts/com.jslsolucoes/jpa-ee/
implementation ("com.jslsolucoes:jpa-ee:1.0.12")
'com.jslsolucoes:jpa-ee:jar:1.0.12'
<dependency org="com.jslsolucoes" name="jpa-ee" rev="1.0.12">
<artifact name="jpa-ee" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jslsolucoes', module='jpa-ee', version='1.0.12')
)
libraryDependencies += "com.jslsolucoes" % "jpa-ee" % "1.0.12"
[com.jslsolucoes/jpa-ee "1.0.12"]