Last Version

org.hglteam.testing:jpatesting-api 1.0.2

Small set of classes to setup JPA on tests

License

License

GroupId

GroupId

org.hglteam.testing
ArtifactId

ArtifactId

jpatesting-api
Version

Version

1.0.2
Type

Type

jar
Description

Description

Small set of classes to setup JPA on tests

Download jpatesting-api 1.0.2


<!-- https://jarcasting.com/artifacts/org.hglteam.testing/jpatesting-api/ -->
<dependency>
    <groupId>org.hglteam.testing</groupId>
    <artifactId>jpatesting-api</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.hglteam.testing/jpatesting-api/
implementation 'org.hglteam.testing:jpatesting-api:1.0.2'
// https://jarcasting.com/artifacts/org.hglteam.testing/jpatesting-api/
implementation ("org.hglteam.testing:jpatesting-api:1.0.2")
'org.hglteam.testing:jpatesting-api:jar:1.0.2'
<dependency org="org.hglteam.testing" name="jpatesting-api" rev="1.0.2">
  <artifact name="jpatesting-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hglteam.testing', module='jpatesting-api', version='1.0.2')
)
libraryDependencies += "org.hglteam.testing" % "jpatesting-api" % "1.0.2"
[org.hglteam.testing/jpatesting-api "1.0.2"]

Dependencies

provided (3)

Group / Artifact Type Version
jakarta.persistence : jakarta.persistence-api jar 2.2.3
org.hibernate : hibernate-core jar 5.4.17.Final
org.projectlombok : lombok jar 1.18.12

Project Modules

There are no modules declared in this project.