org.seedstack.business:business-jpa

An enterprise-oriented full development stack

License

License

GroupId

GroupId

org.seedstack.business
ArtifactId

ArtifactId

business-jpa
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

An enterprise-oriented full development stack

Download business-jpa

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.seedstack.business : business-core jar 2.0.0
org.seedstack.seed : seed-persistence-support-jpa jar

provided (1)

Group / Artifact Type Version
org.hibernate.javax.persistence : hibernate-jpa-2.1-api jar

test (9)

Group / Artifact Type Version
org.seedstack.business : business-test jar 2.0.0
org.seedstack.seed : seed-integrationtest-support-core jar
org.seedstack.seed : seed-validation-support jar
org.hibernate : hibernate-validator jar 5.0.1.Final
org.hibernate : hibernate-core jar
org.hibernate : hibernate-entitymanager jar
org.hsqldb : hsqldb jar
ch.qos.logback : logback-classic jar
javax.el : javax.el-api jar

Project Modules

There are no modules declared in this project.

SeedStack Business Framework

Build status Coverage Status Maven Central

Based on the Domain-Driven-Design methodology, the business framework will help you structure and implement your business code cleanly and efficiently.

Copyright and license

This source code is copyrighted by The SeedStack Authors and released under the terms of the Mozilla Public License 2.0.

org.seedstack.business

SeedStack

Clean Java Development

Versions

Version
2.0.0
2.0.0-M3
2.0.0-M2