License |
License |
---|---|
GroupId | GroupIdorg.hglteam.testing |
ArtifactId | ArtifactIdjpatesting-core |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSmall set of classes to setup JPA on tests
|
Filename | Size |
---|---|
jpatesting-core-1.0.2.pom | |
jpatesting-core-1.0.2.jar | 12 KB |
jpatesting-core-1.0.2-sources.jar | 5 KB |
jpatesting-core-1.0.2-javadoc.jar | 407 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hglteam.testing/jpatesting-core/ -->
<dependency>
<groupId>org.hglteam.testing</groupId>
<artifactId>jpatesting-core</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.hglteam.testing/jpatesting-core/
implementation 'org.hglteam.testing:jpatesting-core:1.0.2'
// https://jarcasting.com/artifacts/org.hglteam.testing/jpatesting-core/
implementation ("org.hglteam.testing:jpatesting-core:1.0.2")
'org.hglteam.testing:jpatesting-core:jar:1.0.2'
<dependency org="org.hglteam.testing" name="jpatesting-core" rev="1.0.2">
<artifact name="jpatesting-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hglteam.testing', module='jpatesting-core', version='1.0.2')
)
libraryDependencies += "org.hglteam.testing" % "jpatesting-core" % "1.0.2"
[org.hglteam.testing/jpatesting-core "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.hglteam.testing : jpatesting-api | jar | 1.0.2 |
org.hibernate : hibernate-core | jar | 5.4.17.Final |
org.hibernate : hibernate-entitymanager | jar | 5.4.17.Final |
Group / Artifact | Type | Version |
---|---|---|
jakarta.persistence : jakarta.persistence-api | jar | 2.2.3 |
org.projectlombok : lombok | jar | 1.18.12 |