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