License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdit.fabioformosa |
ArtifactId | ArtifactIdmetamorphosis-jpa |
Version | Version3.0.0 |
Type | Typejar |
Description |
Descriptionmetamorphosis-jpa
Metamorphosis-jpa is the metamorphosis module that helps you convert entities from/to DTOs.
|
Project URL |
Project URL |
Filename | Size |
---|---|
metamorphosis-jpa-3.0.0.pom | |
metamorphosis-jpa-3.0.0.jar | 5 KB |
metamorphosis-jpa-3.0.0-sources.jar | 4 KB |
metamorphosis-jpa-3.0.0-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.fabioformosa/metamorphosis-jpa/ -->
<dependency>
<groupId>it.fabioformosa</groupId>
<artifactId>metamorphosis-jpa</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/it.fabioformosa/metamorphosis-jpa/
implementation 'it.fabioformosa:metamorphosis-jpa:3.0.0'
// https://jarcasting.com/artifacts/it.fabioformosa/metamorphosis-jpa/
implementation ("it.fabioformosa:metamorphosis-jpa:3.0.0")
'it.fabioformosa:metamorphosis-jpa:jar:3.0.0'
<dependency org="it.fabioformosa" name="metamorphosis-jpa" rev="3.0.0">
<artifact name="metamorphosis-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.fabioformosa', module='metamorphosis-jpa', version='3.0.0')
)
libraryDependencies += "it.fabioformosa" % "metamorphosis-jpa" % "3.0.0"
[it.fabioformosa/metamorphosis-jpa "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
it.fabioformosa : metamorphosis-core | jar | 3.0.0 |
it.fabioformosa : metamorphosis-test | jar | 3.0.0 |
org.springframework.data : spring-data-jpa | jar | 2.1.8.RELEASE |
org.hibernate.javax.persistence : hibernate-jpa-2.1-api | jar | 1.0.2.Final |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 5.1.2.RELEASE |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.19.0 |
ch.qos.logback : logback-classic | jar | 1.2.3 |