Skip to content

Codeprimate Domain is a Java library containing useful and reusable application domain object types.

License

Notifications You must be signed in to change notification settings

codeprimate-software/cp-domain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeprimate Domain

The Codeprimate Domain project is a Java library of common Abstract Data Types (ADT), application domain model objects and entities for recording and processing data in a Java application.

Requirements

  1. Baseline is Java SE (JDK/JRE) 17.

  2. Built with Oracle JDK 17.0.8 2023-07-18 LTS (build 17.0.8+9-LTS-211).

License

Domain is licensed under the Apache 2.0 Software License Agreement.

Download / Include

Example 1. Maven
<dependency>
  <groupId>org.codeprimate.domain</groupId>
  <artifactId>cp-domain</artifactId>
  <version>0.2.0</version>
</dependency>

Issues

Please use GitHub Issues to report any bugs, improvements or feature requests.

Contributions

Thank you for your interests in contributing to the Codeprimate Build project. A full contributor license agreement (CLA) along with details on how to contribute to this project will be provided shortly.

In the meantime, please submit tickets using GitHub Issues or PRs using GitHub Pull Requests.

Thank you!

About

Codeprimate Domain is a Java library containing useful and reusable application domain object types.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published