License |
License |
---|---|
GroupId | GroupIdorg.jtransfo |
ArtifactId | ArtifactIdjtransfo-demo |
Last Version | Last Version2.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJTransfo demo with Spring, Hibernate and Lombok.
|
Filename | Size |
---|---|
jtransfo-demo-2.10.pom | |
jtransfo-demo-2.10.jar | 22 KB |
jtransfo-demo-2.10-tests.jar | 7 KB |
jtransfo-demo-2.10-sources.jar | 11 KB |
jtransfo-demo-2.10-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jtransfo/jtransfo-demo/ -->
<dependency>
<groupId>org.jtransfo</groupId>
<artifactId>jtransfo-demo</artifactId>
<version>2.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.jtransfo/jtransfo-demo/
implementation 'org.jtransfo:jtransfo-demo:2.10'
// https://jarcasting.com/artifacts/org.jtransfo/jtransfo-demo/
implementation ("org.jtransfo:jtransfo-demo:2.10")
'org.jtransfo:jtransfo-demo:jar:2.10'
<dependency org="org.jtransfo" name="jtransfo-demo" rev="2.10">
<artifact name="jtransfo-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jtransfo', module='jtransfo-demo', version='2.10')
)
libraryDependencies += "org.jtransfo" % "jtransfo-demo" % "2.10"
[org.jtransfo/jtransfo-demo "2.10"]
Group / Artifact | Type | Version |
---|---|---|
org.jtransfo : jtransfo-spring | jar | 2.10 |
org.springframework : spring-context | jar | 4.3.30.RELEASE |
org.springframework : spring-beans | jar | 4.3.30.RELEASE |
org.springframework : spring-jdbc | jar | 4.3.30.RELEASE |
org.springframework : spring-orm | jar | 4.3.30.RELEASE |
org.hibernate : hibernate-entitymanager | jar | 3.6.8.Final |
com.jolbox : bonecp-provider | jar | 0.7.1.RELEASE |
com.h2database : h2 | jar | 1.3.170 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 4.3.30.RELEASE |
javax.xml.bind : jaxb-api | jar | 2.4.0-b180830.0359 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.0.2 |
org.junit.vintage : junit-vintage-engine | jar | 4.12.2 |
org.assertj : assertj-core | jar | 1.5.0 |
commons-logging : commons-logging | jar | 1.1.1 |
org.mockito : mockito-core | jar | 4.2.0 |