License |
License |
---|---|
GroupId | GroupIdorg.jtransfo |
ArtifactId | ArtifactIdjtransfo-demo |
Version | Version2.9 |
Type | Typejar |
Description |
DescriptionJTransfo demo with Spring, Hibernate and Lombok.
|
Filename | Size |
---|---|
jtransfo-demo-2.9.pom | |
jtransfo-demo-2.9.jar | 23 KB |
jtransfo-demo-2.9-tests.jar | 7 KB |
jtransfo-demo-2.9-sources.jar | 11 KB |
jtransfo-demo-2.9-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jtransfo/jtransfo-demo/ -->
<dependency>
<groupId>org.jtransfo</groupId>
<artifactId>jtransfo-demo</artifactId>
<version>2.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.jtransfo/jtransfo-demo/
implementation 'org.jtransfo:jtransfo-demo:2.9'
// https://jarcasting.com/artifacts/org.jtransfo/jtransfo-demo/
implementation ("org.jtransfo:jtransfo-demo:2.9")
'org.jtransfo:jtransfo-demo:jar:2.9'
<dependency org="org.jtransfo" name="jtransfo-demo" rev="2.9">
<artifact name="jtransfo-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jtransfo', module='jtransfo-demo', version='2.9')
)
libraryDependencies += "org.jtransfo" % "jtransfo-demo" % "2.9"
[org.jtransfo/jtransfo-demo "2.9"]
Group / Artifact | Type | Version |
---|---|---|
org.jtransfo : jtransfo-spring | jar | 2.9 |
org.springframework : spring-context | jar | 3.1.0.RELEASE |
org.springframework : spring-beans | jar | 3.1.0.RELEASE |
org.springframework : spring-jdbc | jar | 3.1.0.RELEASE |
org.springframework : spring-orm | jar | 3.1.0.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.16.22 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 3.1.0.RELEASE |
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 | 1.9.5 |