domain-objects

Contract and implementations for common-useful domain objects

License

License

Categories

Categories

Doma Data ORM
GroupId

GroupId

com.sangupta
ArtifactId

ArtifactId

domain-objects
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

domain-objects
Contract and implementations for common-useful domain objects
Project URL

Project URL

http://sangupta.com/projects/domain-objects
Source Code Management

Source Code Management

https://github.com/sangupta/domain-objects

Download domain-objects

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

domain-objects

Build Status Coverage Status Maven Version

Contract and implementations for common-useful domain objects

domain-objects provide a useful bundle of commonly used domain objects, and some interface contracts that domain objects can implement to allow for objects to be passed between different components and services. These contracts are also used to implement interceptors for say updating the timestamp whenever an object is persisted into a data store.

History: Ages ago, the project forked from the https://github.com/sangupta/jerry project, when all utility classes were extracted out into the domain-objects project.

The library is tested on the following JDK versions:

  • Oracle JDK 8
  • Oracle JDK 7
  • Open JDK 7

Change Log

Downloads

The latest released library can be downloaded from Maven Central using:

<dependency>
    <groupId>com.sangupta</groupId>
    <artifactId>domain-objects</artifactId>
    <version>1.0.0</version>
</dependency>

The current development snapshot JAR can be obtained using JitPack.io as:

Add the following repository to Maven,

<repository>
	<id>jitpack.io</id>
	<url>https://jitpack.io</url>
</repository>

Then add the dependency as,

<dependency>
    <groupId>com.github.sangupta</groupId>
    <artifactId>domain-objects</artifactId>
    <version>CURRENT-SNAPSHOT-VERSION</version>
</dependency>

Versioning

For transparency and insight into our release cycle, and for striving to maintain backward compatibility, domain-objects will be maintained under the Semantic Versioning guidelines as much as possible.

Releases will be numbered with the follow format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major
  • New additions without breaking backward compatibility bumps the minor
  • Bug fixes and misc changes bump the patch

For more information on SemVer, please visit http://semver.org/.

License

domain-objects - Contract and implementations for common-useful domain objects
Copyright (c) 2016, Sandeep Gupta

http://sangupta.com/projects/domain-objects

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

	http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Versions

Version
1.0.0